---
title: numberOfGlyphs
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsfont/numberofglyphs
---

# numberOfGlyphs

The number of glyphs in the font.

## Declaration

```swift
var numberOfGlyphs: Int { get }
```

## Discussion

Discussion Glyphs are numbered starting at 0.

## See Also

### Getting Information About Glyphs

- [NSGlyph](appkit/nsglyph.md)
- [NSControlGlyph](appkit/nscontrolglyph.md)
- [NSNullGlyph](appkit/nsnullglyph.md)
