Parses the input string for letter/word spacing, which specifies the distance to put between the glyphs (characters) of a text string (in addition to kerning)
Namespace: FMX.RS.SVGUtils
Delphi |
function ParseSpacing( S: String; DefValue: TSVGStylePropertyAutoLength; |
Parameters
S
Type: String
Input string to parse
DefValue
Type: TSVGStylePropertyAutoLength
Default Value and input value. The result will be set to this object. If the input string is empty, the object will be unchanged. Otherwise, it will be modified by the input string values
UnitFactors
Type: TSVGUnitFactors