Instance Property
componentName
The name of the referenced base glyph.
Declaration
var componentName: String? { get set }Declaration
@property (nonatomic, strong) NSString * componentName;Declaration
pyobjc_instanceMethods.componentName() -> str
pyobjc_instanceMethods.setComponentName_(componentName: str)Discussion
The name is resolved in the font of the containing layer.
See Also
Base Glyph
The base glyph resolved from componentName in the font of the containing layer.
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.