Enum TrueTypeFontStyle
Represents the style of a TrueType font.
[Flags]
public enum TrueTypeFontStyle
Fields
Bold = 1
Bold.
Italic = 2
Italic.
Regular = 0
Regular.
Represents the style of a TrueType font.
[Flags]
public enum TrueTypeFontStyle
Bold = 1
Bold.
Italic = 2
Italic.
Regular = 0
Regular.