[]
Specifies style information applied to text. It is a cross-platform version of System.Drawing.FontStyle.
[Flags]
public enum FontStyle
| Name | Description |
|---|---|
| Bold | Bold font style. |
| Italic | Italic font style. |
| Regular | Regular font style. |
| Strikeout | Strikeout font style. |
| Underline | Underline font style. |