<< Click here to display Table of Contents >> Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVGTypes > Enumerations:
Comments (0)
Defines the SVG font style type, which specifies whether the text is to be rendered using a normal, italic or oblique face.
Namespace: FMX.RS.SVGTypes
Delphi
type TSVGFontStyle = (sfsNone, sfsNormal, sfsItalic, sfsOblique);
Name
Description
sfsItalic
Represents constant sfsItalic.
sfsNone
Represents constant sfsNone.
sfsNormal
Represents constant sfsNormal.
sfsOblique
Represents constant sfsOblique.
Top
•FMX.RS.SVGTypes