SymbolTextStylePaints

Symbol Text Paint

Constructors

Link copied to clipboard
constructor(textColor: SymbolTextStylePaints.TextColor = TextColor(), textHaloBlur: SymbolTextStylePaints.TextHaloBlur = TextHaloBlur(), textHaloColor: SymbolTextStylePaints.TextHaloColor = TextHaloColor(), textHaloWidth: SymbolTextStylePaints.TextHaloWidth = TextHaloWidth(), textOpacity: SymbolTextStylePaints.TextOpacity = TextOpacity(), textTranslate: SymbolTextStylePaints.TextTranslate = TextTranslate(), textTranslateAnchor: SymbolTextStylePaints.TextTranslateAnchor = TextTranslateAnchor.MAP)
constructor(vararg options: SymbolTextStylePaint<*>)

Types

Link copied to clipboard
class TextColor(val value: String = "#000000") : DashProperty<String> , SymbolTextStylePaint<String>

text-color TODO interpolate expressions

Link copied to clipboard
class TextHaloBlur(val value: Int = 0) : DashProperty<Int> , SymbolTextStylePaint<Int>

text-halo-blur TODO interpolate expressions

Link copied to clipboard
class TextHaloColor(val value: String = "rgba(0, 0, 0, 0)") : DashProperty<String> , SymbolTextStylePaint<String>

text-halo-color TODO interpolate expressions

Link copied to clipboard
class TextHaloWidth(val value: Int = 0) : DashProperty<Int> , SymbolTextStylePaint<Int>

text-halo-width (pixel) TODO interpolate expressions

Link copied to clipboard
class TextOpacity(val value: Float = 1.0f) : DashProperty<Float> , SymbolTextStylePaint<Float>

text-opacity TODO interpolate expressions

Link copied to clipboard
class TextTranslate(val value: IntArray = arrayOf(0, 0)) : DashProperty<Array<Int>> , SymbolTextStylePaint<Array<Int>>

text-translate TODO interpolate expressions

Link copied to clipboard

text-translate-anchor TextTranslate 값이 사전에 설정된 경우 적용됨