FontStyle enumeration
FontStyle enumeration
Specifies the different styles of fonts for SVG text elements.
The FontStyle type exposes the following members:
Fields
| Field | Description |
|---|---|
| NORMAL | Represents the normal font style, with no emphasis or slant. |
| ITALIC | Represents a font style with an italicized appearance, typically used for emphasis. |
| OBLIQUE | Represents a font style with an oblique appearance, similar to italic but with a less pronounced slant. |
See Also
- module
aspose.svg.builder