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


val textFont: List<String>?

Font stack to use for displaying text.