# `GSFontMaster axisValueForId:`

*Instance Method*

## Declaration

```swift
func axisValue(forId ID: String) -> GSMetricStore?
```

```objc
- (GSMetricStore *) axisValueForId:(NSString *) ID;
```

```python
axisValueForId_(ID: str) -> GSMetricStore
```

