DingiTextAnchor
enum DingiTextAnchor {}
Part of the text placed closest to the anchor.
Values of this type are used in the DingiSymbolStyleLayer.textAnchor
property.
-
The center of the text is placed closest to the anchor.
Declaration
Objective-C
DingiTextAnchorCenterSwift
case center = 0 -
The left side of the text is placed closest to the anchor.
Declaration
Objective-C
DingiTextAnchorLeftSwift
case left = 1 -
The right side of the text is placed closest to the anchor.
Declaration
Objective-C
DingiTextAnchorRightSwift
case right = 2 -
The top of the text is placed closest to the anchor.
Declaration
Objective-C
DingiTextAnchorTopSwift
case top = 3 -
The bottom of the text is placed closest to the anchor.
Declaration
Objective-C
DingiTextAnchorBottomSwift
case bottom = 4 -
The top left corner of the text is placed closest to the anchor.
Declaration
Objective-C
DingiTextAnchorTopLeftSwift
case topLeft = 5 -
The top right corner of the text is placed closest to the anchor.
Declaration
Objective-C
DingiTextAnchorTopRightSwift
case topRight = 6 -
The bottom left corner of the text is placed closest to the anchor.
Declaration
Objective-C
DingiTextAnchorBottomLeftSwift
case bottomLeft = 7 -
The bottom right corner of the text is placed closest to the anchor.
Declaration
Objective-C
DingiTextAnchorBottomRightSwift
case bottomRight = 8
DingiTextAnchor Enumeration Reference