Instance Property
component
The base glyph resolved from componentName in the font of the containing layer.
Declaration
unowned(unsafe) var component: GSGlyph? { get }Declaration
@property (unsafe_unretained, readonly) GSGlyph * component;Declaration
pyobjc_instanceMethods.component() -> GSGlyphDiscussion
Returns nil when the component has no containing font or the font has no glyph with the referenced name. Set componentName to change the base glyph.
See Also
Base Glyph
The name of the referenced base glyph.
Resolves the base glyph and updates the reference when the glyph was renamed.
Resolves the base glyph without registering a change to the component.
Resolves the base glyph without undo or change notifications.