Declaration

func filterKeepGlyphs(_ glyphNames: [String]) -> [String]

Declaration

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

Declaration

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

Parameters

glyphNames

Glyph names to filter.

Discussion

The result preserves the order and duplicates of matching names. 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 scalars 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 scalars resolve to local or imported glyphs included in export.

  • Returns the number of matches found for local or imported glyph infos in the font.

  • Returns the number of Unicode scalars that resolve to local or imported glyphs in the font.

See Also

Exporting Glyphs