text Transform
open override fun textTransform(textTransform: TextTransform): SymbolLayer
Content copied to clipboard
Specifies how to capitalize text, similar to the CSS text-transform
property.
Use static method SymbolLayer.defaultTextTransform to set the default property.
Parameters
text Transform
value of textTransform
Specifies how to capitalize text, similar to the CSS text-transform
property.
Use static method SymbolLayer.defaultTextTransformAsExpression to set the default property.
Parameters
text Transform
value of textTransform as Expression
Specifies how to capitalize text, similar to the CSS text-transform
property.