Enum FontStyle
Font style flags for tokens
Namespace: Unity.AppUI.TextMateLib
Assembly: Unity.AppUI.TextMateLib.dll
Syntax
[Flags]
public enum FontStyle
Fields
| Name | Description |
|---|---|
| Bold | Bold text |
| Italic | Italic text |
| None | No special style |
| Underline | Underlined text |