Instance Property
direction
The writing direction associated with the glyph.
Declaration
var direction: GSWritingDirection { get set }Declaration
@property (nonatomic) GSWritingDirection direction;Declaration
pyobjc_instanceMethods.direction() -> GSWritingDirection
pyobjc_instanceMethods.setDirection_(direction: GSWritingDirection)Discussion
This value is usually supplied by the Glyph Info Database. Set isStoringDirectionstoreDirectionstoreDirection to YES to persist a glyph-local override instead of deriving it from the glyph name.
See Also
Direction
Whether direction is stored as glyph-local glyph info.