Parses the input string for text path spacing, which specifies how the user agent should determine the spacing between glyphs that are to be rendered along a path.
Namespace: FMX.RS.SVGUtils
Delphi |
function ParseTextPathSpacing( S: String; DefValue: TSVGTextPathSpacing ): TSVGTextPathSpacing; |
Parameters
S
Type: String
Input string to parse
DefValue
Type: TSVGTextPathSpacing
Default Value. If the string is empty, the default value is returned
Type: TSVGTextPathSpacing