Declaration

var glyphs: [GSGlyph] { get set }

Declaration

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

Declaration

pyobjc_instanceMethods.glyphs() -> list[GSGlyph]
pyobjc_instanceMethods.setGlyphs_(glyphs: list[GSGlyph])

Discussion

Glyphs imported from linked fonts are available through allGlyphs. Use the glyph mutation methods to maintain ownership, caches, undo, and change notifications.

See Also

Glyphs

  • The local and imported glyphs available to 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