Defines constants that specify style information applied to text.
public enum FontStyle
Value | Name | Description |
---|---|---|
0 | Regular |
Indicates no additional styling is applied to the text. This is the default state. |
1 | Bold |
Specifies bold text styling. |
2 | Italic |
Specifies italic text styling. |
4 | Underline |
Specifies underlined text. |
8 | Strikeout |
Specifies text with a strikeout or line-through style. |