<< Click here to display Table of Contents >> Navigation: Code Documentation > RSVclSVG > RSSVGTypes > 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: RSSVGTypes
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
•RSSVGTypes