# `GSCustomParameter defaultValueForKey:object:`

*Type Method*

## Declaration

```swift
class func defaultValue(forKey name: String, object: GSFont) -> Any?
```

```objc
+ (id) defaultValueForKey:(NSString *) name object:(GSFont *) object;
```

```python
defaultValueForKey_object_(name: str, object: GSFont) -> object
```

