Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVGTypes > Enumerations
TSVGFontAbsSize Enumeration
Defines the absolute font size type for the SVG 'font-size' attribute.
Namespace: FMX.RS.SVGTypes
Delphi
type TSVGFontAbsSize = (fabNone, fabXXSmall, fabXSmall, fabSmall, fabMedium, fabLarge, fabXLarge, FabXXLarge);
Name
Description
fabLarge
Represents constant fabLarge.
fabMedium
Represents constant fabMedium.
fabNone
Represents constant fabNone.
fabSmall
Represents constant fabSmall.
fabXLarge
Represents constant fabXLarge.
fabXSmall
Represents constant fabXSmall.
FabXXLarge
Represents constant FabXXLarge.
fabXXSmall
Represents constant fabXXSmall.
Top
•FMX.RS.SVGTypes