Declaration

- (NSArray<NSString *> *) filterGlyphs:(NSArray<NSString *> *) glyphNames;

Declaration

filterGlyphs_(glyphNames: list[str]) -> list[str]

Parameters

glyphNames

Glyph names and uppercase, hexadecimal Unicode strings to filter.

Discussion

A hexadecimal string can match a glyph by Unicode code point when no glyph name matches. Does not accept six-digit Unicode code points. Local glyphs take precedence over imported glyphs.

See Also

Exporting Glyphs