Enumerations
The following enumerations are available globally.
-
Specifies the text break mode.
See moreDeclaration
Swift
public enum BreakMode : Int
-
Specifies the horizontal text alignment.
See moreDeclaration
Swift
public enum TextAlignment : Int
-
Specifies the text truncation place.
See moreDeclaration
Swift
public enum TruncationPlace : Int
-
Specifies the vertical content alignment.
See moreDeclaration
Swift
public enum VerticalAlignment : Int
-
Specifies the order in which the text is shaped.
See moreDeclaration
Swift
public enum ShapingOrder : Int
-
Specifies the writing direction of the text.
See moreDeclaration
Swift
public enum WritingDirection : Int
-
Specifies the base direction of a paragraph.
See moreDeclaration
Swift
public enum BaseDirection : UInt8
-
Represents the script of a character in Unicode specification. The literals of enum correspond to the script property values defined in Unicode Standard Annex #24: PropertyValueAliases.txt.
See moreDeclaration
Swift
public enum Script : Int