FontSize enumeration

FontSize enumeration

Specifies predefined font sizes for SVG text elements.

The FontSize type exposes the following members:

Fields

FieldDescription
XX_SMALLRepresents an extra-extra-small font size.
X_SMALLRepresents an extra-small font size.
SMALLRepresents a small font size.
MEDIUMRepresents a medium font size.
LARGERepresents a large font size.
X_LARGERepresents an extra-large font size.
XX_LARGERepresents an extra-extra-large font size.
LARGERRepresents a font size larger than the parent element’s font size.
SMALLERRepresents a font size smaller than the parent element’s font size.
INHERITInherits the font size from the parent element.

See Also