[]
Specifies the emulated style of the font, if necessary.
[Flags] public enum FontStyle
Bold = 1
Bold text.
BoldItalic = Bold | Italic
Applied both the Bold and Italic attributes.
Italic = 2
Italic text.
Regular = 0
Normal text.