Enum FontSize
Enum FontSize
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies predefined font sizes for SVG text elements.
[ComVisible(true)]
public enum FontSize
Fields
Inherit = 9
Inherits the font size from the parent element.
Large = 4
Represents a large font size.
Larger = 7
Represents a font size larger than the parent element’s font size.
Medium = 3
Represents a medium font size.
Small = 2
Represents a small font size.
Smaller = 8
Represents a font size smaller than the parent element’s font size.
XLarge = 5
Represents an extra-large font size.
XSmall = 1
Represents an extra-small font size.
XXLarge = 6
Represents an extra-extra-large font size.
XXSmall = 0
Represents an extra-extra-small font size.