# `GSFontMaster propertyForName:`

*Instance Method*

## Declaration

```swift
func property(forName name: GSPropertyName) -> GSInfoProperty?
```

```objc
- (GSInfoProperty *) propertyForName:(GSPropertyName) name;
```

```python
propertyForName_(name: GSPropertyName) -> GSInfoProperty
```

