Declaration

var exportingGlyphNames: [String] { get }

Declaration

@property (nonatomic, readonly) NSArray<NSString *> * exportingGlyphNames;

Declaration

exportingGlyphNames() -> list[str]

See Also

Exporting Glyphs

  • 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 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