Symbol Text Style Layouts
class SymbolTextStyleLayouts
Symbol Text layout 속성
Constructors
Link copied to clipboard
constructor(textFieldName: SymbolTextStyleLayouts.TextFieldName, vararg options: SymbolTextStyleLayout<*>)
Types
Link copied to clipboard
class TextAllowOverlap(val value: Boolean = false) : DashProperty<Boolean> , SymbolTextStyleLayout<Boolean>
text-allow-overlap
Link copied to clipboard
text-anchor
Link copied to clipboard
text-field-name
Link copied to clipboard
class TextIgnorePlacement(val value: Boolean = false) : DashProperty<Boolean> , SymbolTextStyleLayout<Boolean>
text-ignore-placement
Link copied to clipboard
text-justify
Link copied to clipboard
class TextKeepUpright(val value: Boolean = false) : DashProperty<Boolean> , SymbolTextStyleLayout<Boolean>
text-keep-upright
Link copied to clipboard
text-letter-spacing TODO interpolate expressions
Link copied to clipboard
text-line-height TODO interpolate expressions
Link copied to clipboard
text-max-angle TODO interpolate expressions
Link copied to clipboard
text-max-width TODO interpolate expressions
Link copied to clipboard
class TextOffset(val value: IntArray = arrayOf(0, 0)) : DashProperty<Array<Int>> , SymbolTextStyleLayout<Array<Int>>
text-offset TODO interpolate expressions
Link copied to clipboard
class TextOptional(val value: Boolean = false) : DashProperty<Boolean> , SymbolTextStyleLayout<Boolean>
text-optional
Link copied to clipboard
text-padding TODO IconPadding과 상이함. Array
Link copied to clipboard
enum TextPitchAlighment : Enum<SymbolTextStyleLayouts.TextPitchAlighment> , SymbolTextStyleLayout<String>
text-pitch-alignment
Link copied to clipboard
text-radial-offset TODO interpolate expressions
Link copied to clipboard
text-rotate
Link copied to clipboard
enum TextRotationAlignment : Enum<SymbolTextStyleLayouts.TextRotationAlignment> , SymbolTextStyleLayout<String>
text-rotation-alignment
Link copied to clipboard
text-transform
Link copied to clipboard
enum TextVariableAnchor : Enum<SymbolTextStyleLayouts.TextVariableAnchor> , SymbolTextStyleLayout<String>
text-variable-anchor
Link copied to clipboard
text-writing-mode
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard