FontStyleType
FontStyleType class
Defines formatting styles that can be applied to text.
Constants
| Name | Value | Description |
|---|---|---|
| Regular | 0 | Standard text. |
| Bold | 1 | Bold text. |
| Italic | 2 | Italic text. |
| Underline | 4 | Underlined text. |
| Strikeout | 8 | Text crossed out with a horizontal line. |
Regular
Standard text.
Bold
Bold text.
Italic
Italic text.
Underline
Underlined text.
Strikeout
Text crossed out with a horizontal line.