Enum FontStyle
C#
public enum FontStyle
Fields
Bold | Specifies that the font should be rendered with bold or heavy weight but with no obliqueness. |
BoldItalic | Specifies that the font should be rendered with bold or heavy weight and an oblique presentation. |
Italic | Specifies that the font should be rendered with normal weight and an oblique presentation. |
Regular | Specifies that the font should be rendered with normal weight and with no obliqueness. |