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