DingiTextTransform
enum DingiTextTransform {}
Specifies how to capitalize text.
Values of this type are used in the DingiSymbolStyleLayer.textTransform
property.
-
The text is not altered.
Declaration
Objective-C
DingiTextTransformNone
Swift
case none = 0
-
Forces all letters to be displayed in uppercase.
Declaration
Objective-C
DingiTextTransformUppercase
Swift
case uppercase = 1
-
Forces all letters to be displayed in lowercase.
Declaration
Objective-C
DingiTextTransformLowercase
Swift
case lowercase = 2