Parses the input string for text path method, which specifies the method by which text should be rendered along the path
Namespace: FMX.RS.SVGUtils
Delphi |
function ParseTextPathMethod( S: String; DefValue: TSVGTextPathMethod ): TSVGTextPathMethod; |
Parameters
S
Type: String
Input string to parse
DefValue
Type: TSVGTextPathMethod
Default Value. If the string is empty, the default value is returned
Type: TSVGTextPathMethod
Reference |