FontStyle Enum
FontStyle enumeration
Specifies the different styles of fonts for SVG text elements.
public enum FontStyle
Values
Name | Value | Description |
---|---|---|
Normal | 0 | Represents the normal font style, with no emphasis or slant. |
Italic | 1 | Represents a font style with an italicized appearance, typically used for emphasis. |
Oblique | 2 | Represents a font style with an oblique appearance, similar to italic but with a less pronounced slant. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG