Instance Method
filterKeepGlyphsCodes:filterKeepGlyphsCodes:filterKeepGlyphsCodes_
Returns the glyph names for Unicode code points that resolve to local or imported glyphs included in export.
Not available in Swift.
Declaration
- (NSArray<NSString *> *) filterKeepGlyphsCodes:(NSArray<NSString *> *) unicodes;Declaration
filterKeepGlyphsCodes_(unicodes: list[str]) -> list[str]Parameters
unicodesUppercase, hexadecimal Unicode strings, like
0634or1F6A0.
Discussion
The result preserves the order and duplicates of matching code points.
See Also
Exporting Glyphs
The names of the local and imported glyphs that are 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 names and Unicode queries that resolve to local or imported glyphs in the font.
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.