Type Method
inherentWritingDirection(of:)inherentWritingDirectionOfLayers:inherentWritingDirectionOfLayers_
Performs a simplified implementation of the Unicode Standard Annex #9 – Unicode Bidirectional Algorithm based on the direction of the glyphs of the layers.
Declaration
class func inherentWritingDirection(of layers: [GSLayer]!) -> GSWritingDirectionDeclaration
+ (GSWritingDirection) inherentWritingDirectionOfLayers:(NSArray<GSLayer *> *) layers;Declaration
inherentWritingDirectionOfLayers_(layers: list[GSLayer]) -> GSWritingDirectionDiscussion
Returns GSWritingDirectionBIDI if there is no inherent writing direction.