# `GSFontMaster setNumberValue:forId:`

*Instance Method*

## Declaration

```swift
func setNumberValue(_ object: GSValueStore, forId ID: String)
```

```objc
- (void) setNumberValue:(GSValueStore *) object forId:(NSString *) ID;
```

```python
setNumberValue_forId_(object: GSValueStore, ID: str)
```

