Declaration

weak var parent: GSGlyph? { get set }

Declaration

@property (nonatomic, weak) GSGlyph * parent;

Declaration

pyobjc_instanceMethods.parent() -> GSGlyph
pyobjc_instanceMethods.setParent_(parent: GSGlyph)

Discussion

Setting this property does not add the layer to the glyph.

See Also

Ownership

  • The glyph containing the layer, or nil while the layer is detached.

  • The font containing the layer through its glyph, or nil while the layer is detached.