text Writing Mode
open override fun textWritingMode(textWritingMode: List<String>): SymbolLayer
Content copied to clipboard
Set the TextWritingMode property
Parameters
textWritingMode
value of textWritingMode
open override fun textWritingMode(textWritingMode: Expression): SymbolLayer
Content copied to clipboard
Set the TextWritingMode property
Parameters
textWritingMode
value of textWritingMode as Expression
The property allows control over a symbol's orientation. Note that the property values act as a hint, so that a symbol whose language doesn’t support the provided orientation will be laid out in its natural orientation. Example: English point symbol will be rendered horizontally even if array value contains single 'vertical' enum value. The order of elements in an array define priority order for the placement of an orientation variant.