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

glyph

The glyph whose component glyph names are requested.

masterID

The 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