Class FontStyles
public sealed class FontStyles
- Inheritance
-
FontStyles
- Inherited Members
Fields
BOLD
Bold font style.
public const int BOLD = 1
Field Value
BOLDITALIC
Bold-Italic font style.
public const int BOLDITALIC = 3
Field Value
ITALIC
Italic font style.
public const int ITALIC = 2
Field Value
NORMAL
Normal font style.
public const int NORMAL = 0
Field Value
UNDEFINED
Undefined font style.
public const int UNDEFINED = -1