Instance Property
parent
The font that contains the glyph, or nil for a detached glyph.
Declaration
weak var parent: GSFont? { get set }Declaration
@property (nonatomic, weak) GSFont * parent;Declaration
pyobjc_instanceMethods.parent() -> GSFont
pyobjc_instanceMethods.setParent_(parent: GSFont)Discussion
Use the glyph collection of GSFont to attach or detach a glyph. Assigning this property alone does not update the font’s glyph collection or lookup data.
See Also
Ownership
The font that contains the glyph, or
nilfor a detached glyph.