[FlagsAttribute]
public enum FontfaceStyle
<FlagsAttribute>
Public Enumeration FontfaceStyle
[FlagsAttribute]
public enum class FontfaceStyle
[<FlagsAttribute>]
type FontfaceStyle
Regular | 0 | Normal text. |
Bold | 1 | Bold text. |
Italic | 2 | Italic text. |
Underline | 4 | Underlined text. |
Strikeout | 8 | Text with a line through the middle. |