Parses the input string for writing mode, which specifies whether the initial inline-progression-direction for a ‘text’ element shall be left-to-right, right-to-left, or top-to-bottom. The ‘writing-mode’ property applies only to ‘text’ elements; the property is ignored for ‘tspan’, ‘tref’, ‘altGlyph’ and ‘textPath’ sub-elements.
Namespace: FMX.RS.SVGUtils
Delphi |
function ParseWritingMode( S: String; |
Parameters
S
Type: String
Input string to parse
DefValue
Type: TSVGWritingMode
Default Value. If the string is empty, the default value is returned
Inherits
Type: Boolean
Set to True when the input string contains 'inherit' keyword
Type: TSVGWritingMode
Reference |