Declaration

var glyph: GSGlyph? { get }

Declaration

@property (nonatomic, readonly) GSGlyph * glyph;

Declaration

glyph() -> GSGlyph

Discussion

This property is an alias for parent.

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.