Declaration

var importedGlyphs: [GSGlyph] { get }

Declaration

@property (nonatomic, strong, readonly) NSArray<GSGlyph *> * importedGlyphs;

Declaration

importedGlyphs() -> list[GSGlyph]

Discussion

Imported glyphs supplement glyphs and remain owned by their source fonts.

See Also

Glyphs

  • The local glyphs defined by the font.

  • The local and imported glyphs available to the font.

  • The number of local glyphs defined by the font.

  • The number of local glyphs defined by the font.

  • Returns the local glyph at an index in glyphs, or nil when the index is out of bounds.

  • The index of a glyph, or nil when the glyph is not defined by the font.

See Also

Glyphs