Initializer
init(componentName:)initWithComponentName:initWithComponentName_
Creates a component that references a base glyph by name.
Declaration
init(componentName: String)Declaration
- (instancetype) initWithComponentName:(NSString *) componentName;Declaration
initWithComponentName_(componentName: str) -> GSComponentParameters
componentNameThe name of the base glyph.
Discussion
The base glyph is resolved in the font of the containing layer after the component is inserted into a layer.