Enum FontStyle
Enum FontStyle
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the different styles of fonts for SVG text elements.
[ComVisible(true)]
public enum FontStyle
Fields
Italic = 1
Represents a font style with an italicized appearance, typically used for emphasis.
Normal = 0
Represents the normal font style, with no emphasis or slant.
Oblique = 2
Represents a font style with an oblique appearance, similar to italic but with a less pronounced slant.