Declaration

var count: UInt { get }

Declaration

@property (nonatomic, readonly) NSUInteger count;

Declaration

count() -> int

See Also

Glyphs

  • The local glyphs defined by the font.

  • The local and imported glyphs available to the font.

  • The glyphs supplied by linked fonts.

  • 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