Instance Method
filterGlyphs:filterGlyphs:filterGlyphs_
Returns the names and Unicode queries that resolve to local or imported glyphs in the font.
Not available in Swift.
Declaration
- (NSArray<NSString *> *) filterGlyphs:(NSArray<NSString *> *) glyphNames;Declaration
filterGlyphs_(glyphNames: list[str]) -> list[str]Parameters
glyphNamesGlyph 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
The names of the local and imported glyphs that are included in export.
Returns the glyph names for Unicode code points that resolve to local or imported glyphs included in export.
Returns whether all named local or imported glyphs are present and included in export.
Returns whether all Unicode code points resolve to local or imported glyphs included in export.
Returns the names of local or imported glyphs that are present and included in export.
Returns the number of matches found for local or imported glyph infos in the font.
Returns the number of Unicode code points that resolve to local or imported glyphs in the font.