ShapingOrder
public enum ShapingOrder : Int
Specifies the order in which the text is shaped.
-
Text is shaped in forward order starting from first index (inclusive) to last index (exclusive).
Declaration
Swift
case forward = 0
-
Text is shaped in backward order starting from last index (exclusive) to first index (inclusive).
Declaration
Swift
case backward = 1