# `GSFontMaster valueForMetric:`

*Instance Method*

## Declaration

```swift
func value(for metric: GSMetric) -> GSMetricStore
```

```objc
- (GSMetricStore *) valueForMetric:(GSMetric *) metric;
```

```python
valueForMetric_(metric: GSMetric) -> GSMetricStore
```

