# `GSFontMaster customBoolValueForKey:`

*Instance Method*

## Declaration

```swift
func customBoolValue(forKey key: String) -> Bool
```

```objc
- (BOOL) customBoolValueForKey:(NSString *) key;
```

```python
customBoolValueForKey_(key: str) -> bool
```

