[]
The font-style property is mostly used to specify italic text.
public enum C1StyleFontStyle
Public Enum C1StyleFontStyle
| Name | Description |
|---|---|
| Inherit | Inherits this property from its parent element. |
| Initial | Sets this property to its default value. |
| Italic | The text is shown in italics. |
| Normal | The text is shown normally. |
| Oblique | The text is "leaning" (oblique is very similar to italic, but less supported) |