# `GSFontViewController.topField`

*Instance Property*

## Declaration

```swift
@IBOutlet unowned(unsafe) var topField: NSTextField! { get set }
```

```objc
@property (nonatomic, unsafe_unretained) NSTextField * topField;
```

```python
topField() -> NSTextField
setTopField_(topField: NSTextField)
```

