textHaloWidthTransition

abstract fun textHaloWidthTransition(options: StyleTransition): SymbolLayer

Distance of halo to the font outline. Max text halo width is 1/4 of the font-size.

Set the TextHaloWidth property transition options

Parameters

options

transition options for Double

abstract fun textHaloWidthTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer

Distance of halo to the font outline. Max text halo width is 1/4 of the font-size.

DSL for textHaloWidthTransition.