# `GSFontMaster customParameterForKey:`

*Instance Method*

The customParameters where name == Key

## Declaration

```swift
func customParameter(forKey key: String) -> GSCustomParameter?
```

```objc
- (GSCustomParameter *) customParameterForKey:(NSString *) key;
```

```python
customParameterForKey_(key: str) -> GSCustomParameter
```

