FontStyle Enum

FontStyle enumeration

Specifies the different styles of fonts for SVG text elements.

public enum FontStyle

Values

NameValueDescription
Normal0Represents the normal font style, with no emphasis or slant.
Italic1Represents a font style with an italicized appearance, typically used for emphasis.
Oblique2Represents a font style with an oblique appearance, similar to italic but with a less pronounced slant.

See Also