# `GSFontMaster metrics`

*Instance Method*

## Declaration

```swift
func metrics() -> [GSMetricStore]
```

```objc
- (NSArray<GSMetricStore *> *) metrics;
```

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

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

