Declaration

var allGlyphs: [GSGlyph] { get }

Declaration

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

Declaration

allGlyphs() -> list[GSGlyph]

Discussion

A local glyph takes precedence over an imported glyph with the same name. Imported glyphs with names already present in glyphs are not included.

See Also

Glyphs

  • The local glyphs defined by the font.

  • The glyphs supplied by linked fonts.

  • 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