# `GSFontMaster setAxisValueValue:forId:`

*Instance Method*

> **Deprecated**

## Declaration

```swift
func setAxisValueValue(_ value: CGFloat, forId ID: String)
```

```objc
- (void) setAxisValueValue:(CGFloat) value forId:(NSString *) ID;
```

```python
setAxisValueValue_forId_(value: float, ID: str)
```

