Instance Method
componentGlyphNames(for:inMasterWithID:) componentGlyphNamesForGlyph:inMasterWithID: componentGlyphNamesForGlyph_inMasterWithID_
Returns component glyph names used by a glyph on a master.
Declaration
func componentGlyphNames(for glyph: GSGlyph, inMasterWithID masterID: String) -> Set<String>Declaration
- (NSSet<NSString *> *) componentGlyphNamesForGlyph:(GSGlyph *) glyph inMasterWithID:(NSString *) masterID;Declaration
componentGlyphNamesForGlyph_inMasterWithID_(glyph: GSGlyph, masterID: str) -> set[str]Parameters
glyphThe glyph whose component glyph names are requested.
masterIDThe master identifier whose layers are searched.
Discussion
The search follows each component glyph once from the layer for the specified master identifier. Path-component hints on searched layers are included.
See Also
Glyph Relationships
Returns component glyph names used by a glyph.
Returns glyphs that reference a component glyph on a master layer.
Glyph information used to derive glyph metadata and component relationships.