Instance Property
glyph
The glyph containing the layer, or nil while the layer is detached.
Declaration
var glyph: GSGlyph? { get }Declaration
@property (nonatomic, readonly) GSGlyph * glyph;Declaration
glyph() -> GSGlyphDiscussion
This property is an alias for parent.
See Also
Ownership
The glyph containing the layer, or
nilwhile the layer is detached.The font containing the layer through its glyph, or
nilwhile the layer is detached.