enum
FontStyle
public sealed enum FontStyle : Enum Possible values for font-style CSS property.
Enum Values
| Name | Value | Description |
|---|---|---|
None | | No font styling, default. |
Italic | | Italic/cursive slanted text. |
Oblique | | Non cursive slanted text, if the font supports it, italic otherwise. |