FontStyle enumeration

FontStyle enumeration

Specifies the different styles of fonts for SVG text elements.

The FontStyle type exposes the following members:

Fields

FieldDescription
NORMALRepresents the normal font style, with no emphasis or slant.
ITALICRepresents a font style with an italicized appearance, typically used for emphasis.
OBLIQUERepresents a font style with an oblique appearance, similar to italic but with a less pronounced slant.

See Also