# `GSFontMaster defaultPropertyForName:`

*Instance Method*

## Declaration

```swift
func defaultProperty(forName name: GSPropertyName) -> String?
```

```objc
- (NSString *) defaultPropertyForName:(GSPropertyName) name;
```

```python
defaultPropertyForName_(name: GSPropertyName) -> str
```

