# `GSFontMaster numbers`

*Instance Method*

## Declaration

```swift
func numbers() -> [GSValueStore]
```

```objc
- (NSArray<GSValueStore *> *) numbers;
```

[See also `numbers` in the Python API](https://docu.glyphsapp.com/#GSFontMaster.numbers)

```python
pyobjc_instanceMethods.numbers() -> list[GSValueStore]
```

