Specifies the font-variant for text. This property indicates whether the text is to be rendered using the normal glyphs for lowercase characters or using small-caps glyphs for lowercase characters.
Note |
---|
The RSCL supports the svg specification of the font variant, i.e., normal (normal lowercase characters) or small-caps (small, capitalized letters for every character in a word except for the first character). However, the RSCL extends the specification and also provides "uppercase", "lowercase", and "titlecase". These values for font-variant are ignored by other SVG viewers, which will just use normal lowercase characters in that case. |
Namespace: FMX.RS.SVGTypes
Delphi |
published |
Property Value
Type: TSVGFontVariant
Reference |