# `GSFontMaster setNumberValueValue:forId:`

*Instance Method*

## Declaration

```swift
func setNumberValueValue(_ floatValue: CGFloat, forId ID: String)
```

```objc
- (void) setNumberValueValue:(CGFloat) floatValue forId:(NSString *) ID;
```

```python
setNumberValueValue_forId_(floatValue: float, ID: str)
```

