DingiTextJustification
enum DingiTextJustification {}
Text justification options.
Values of this type are used in the DingiSymbolStyleLayer.textJustification
property.
-
The text is aligned to the left.
Declaration
Objective-C
DingiTextJustificationLeft
Swift
case left = 0
-
The text is centered.
Declaration
Objective-C
DingiTextJustificationCenter
Swift
case center = 1
-
The text is aligned to the right.
Declaration
Objective-C
DingiTextJustificationRight
Swift
case right = 2