Parses the input string for kerning, which specifies the distance to put between the glyphs (characters) of a text string
Namespace: FMX.RS.SVGUtils
Delphi |
function ParseKerning( 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