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
DingiTextJustificationLeftSwift
case left = 0 -
The text is centered.
Declaration
Objective-C
DingiTextJustificationCenterSwift
case center = 1 -
The text is aligned to the right.
Declaration
Objective-C
DingiTextJustificationRightSwift
case right = 2
DingiTextJustification Enumeration Reference