textTransform

abstract fun textTransform(textTransform: TextTransform = TextTransform.NONE): SymbolLayer

Specifies how to capitalize text, similar to the CSS text-transform property.

Parameters

textTransform

value of textTransform

abstract fun textTransform(textTransform: Expression): SymbolLayer

Specifies how to capitalize text, similar to the CSS text-transform property.

Parameters

textTransform

value of textTransform as Expression