TextMateLib 1.0
Modern C++ implementation of the TextMate syntax highlighting engine
Loading...
Searching...
No Matches
Font and Display Styling

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...
 

Detailed Description

Enumeration Type Documentation

◆ FontStyle

enum class tml::FontStyle
strong

Font styling attributes (italic, bold, underline, strikethrough)

Enumerator
NotSet 

Styling not specified (inherit or use default)

None 

No special styling.

Italic 

Italic text.

Bold 

Bold (heavy weight) text.

Underline 

Underlined text.

Strikethrough 

Struck-through text.

Definition at line 159 of file types.h.