# `GSFontMaster customValueForKey:`

*Instance Method*

The value of the customParameters where name == Key

## Declaration

```swift
func customValue(forKey key: String) -> Any?
```

```objc
- (id) customValueForKey:(NSString *) key;
```

```python
customValueForKey_(key: str) -> object
```

