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