Enum LexFontStyle
Specifies style information applied to text.
[Flags]
public enum LexFontStyle
Fields
Bold = 1
Bold text.
Italic = 2
Italic text.
Regular = 0
Normal text.
Strikeout = 8
Strikeout text.
Underline = 4
Underlined text.
Specifies style information applied to text.
[Flags]
public enum LexFontStyle
Bold = 1
Bold text.
Italic = 2
Italic text.
Regular = 0
Normal text.
Strikeout = 8
Strikeout text.
Underline = 4
Underlined text.