Provides the SVG font class
Namespace: FMX.RS.SVGTypes
TFont
FMX.RS.SVGTypes.TSVGFont
|
Delphi
|
type
TSVGFont = class(TFont)
end;
|
|
Name
|
Description
|
|
ExtendStyles
|
Stores the extend font styles of the font
|
|
Families
|
Represents property Families.
|
|
Family
|
Represents property Family.
|
|
FontVariant
|
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.
|
|
|
ParentDecorated
|
Is Decorated (underline, overline, and strike-through) inherited or not and whether it should be stored
|
|
ParentFamily
|
Is Font Name inherited or not and whether it should be stored
|
|
ParentFontVariant
|
Is Font Variant inherited or not and whether it should be stored
|
|
ParentSize
|
Is Font Size inherited or not and whether it should be stored
|
|
ParentStyle
|
Is Font Style inherited or not and whether it should be stored
|
|
ParentWeight
|
Is Font Weight inherited or not and whether it should be stored
|
|
Size
|
Represents property Size.
|
|
SizePreferredUnit
|
Provides the unit type (e.g., mm, px, etc) to use when displaying the Font size
|
|
Style
|
Represents property Style.
|
|
Weight
|
Specifies the weight of the font, e.g., the boldness or lightness of the glyphs used to render the text, relative to other fonts in the same font family.
For font weights between fw100..fw500 and fwNormal, the font style will not be bolded. For values above this, the font style will be bolded.
|
Top
|
|
Name
|
Description
|
|
OnIsInherited
|
Occurs when the ParentColor or ParentOpacity properties are retrieved, which are used in deciding whether to stream out these properties
|
Top
|