Symbol Text Style Paints
class 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)
Types
Link copied to clipboard
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
text-halo-width (pixel) TODO interpolate expressions
Link copied to clipboard
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
enum TextTranslateAnchor : Enum<SymbolTextStylePaints.TextTranslateAnchor> , SymbolTextStylePaint<String>
text-translate-anchor TextTranslate 값이 사전에 설정된 경우 적용됨