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