FontStyle Enumeration
FontStyle Enumeration
The FontStyle enumeration provides options for the weight and obliqueness used to render text.
Enumeration Values
| Name | Summary |
|---|---|
| Regular | Specifies that the font should be rendered with normal weight and with no obliqueness. |
| Bold | Specifies that the font should be rendered with bold or heavy weight but with no obliqueness. |
| Italic | Specifies that the font should be rendered with normal weight and an oblique presentation. |
| BoldItalic | Specifies that the font should be rendered with bold or heavy weight and an oblique presentation. |