FontDescriptionStyleΒΆ

enum FontDescriptionStyle : System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Flags that describe style information to be applied to text. You can combine these flags by using a bitwise OR operator (|).

FontDescriptionStyle Bold

Bold text.

FontDescriptionStyle Italic

Italic text.

FontDescriptionStyle Regular

Normal text.