|
TextMateLib 1.0
Modern C++ implementation of the TextMate syntax highlighting engine
|
Enumerations | |
| enum class | tml::FontStyle { FontStyle::NotSet = -1 , FontStyle::None = 0 , FontStyle::Italic = 1 , FontStyle::Bold = 2 , FontStyle::Underline = 4 , FontStyle::Strikethrough = 8 } |
| Font styling attributes (italic, bold, underline, strikethrough) More... | |
|
strong |