Instance Property
parent
The document containing the font.
Declaration
weak var parent: GSDocument? { get set }Declaration
@property (nonatomic, weak) GSDocument * parent;Declaration
pyobjc_instanceMethods.parent() -> GSDocument
pyobjc_instanceMethods.setParent_(parent: GSDocument)Discussion
This is nil when the font is used independently of a document. The document provides the undo manager for font information and changes to the glyph collection. Individual glyphs use their own undo managers.
See Also
Document
The location of the document containing the font.