textFont

open override fun textFont(textFont: List<String>): SymbolLayer

Font stack to use for displaying text.

Use static method SymbolLayer.defaultTextFont to set the default property.

Parameters

textFont

value of textFont


open override fun textFont(textFont: Expression): SymbolLayer

Font stack to use for displaying text.

Use static method SymbolLayer.defaultTextFontAsExpression to set the default property.

Parameters

textFont

value of textFont as Expression


Font stack to use for displaying text.