# `GSFontMaster.axes`

*Instance Property*

## Declaration

```swift
var axes: [GSMetricStore] { get }
```

```objc
@property (readonly) NSArray<GSMetricStore *> * axes;
```

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

```python
pyobjc_instanceMethods.axes() -> list[GSMetricStore]
```

