Declaration

func countOfGlyphsWithInfos(byName glyphInfos: [GSGlyphInfo]) -> UInt

Declaration

- (NSUInteger) countOfGlyphsWithInfosByName:(NSArray<GSGlyphInfo *> *) glyphInfos;

Declaration

countOfGlyphsWithInfosByName_(glyphInfos: list[GSGlyphInfo]) -> int

Parameters

glyphInfos

Glyph infos to check.

Discussion

A glyph info can resolve by name, Unicode code point, or alternate name depending on the font’s naming mode. A glyph info with multiple Unicode code points can contribute more than one match.

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 names of local or imported glyphs that are present and included in export.

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

See Also

Exporting Glyphs