# `GlyphsFileFormat.font`

*Instance Property*

The GSFont object is assigned the the plugin prior to the export.

## Declaration

```swift
var font: GSFont! { get set }
```

```objc
@property (nonatomic, strong) GSFont * font;
```

```python
font() -> GSFont
setFont_(font: GSFont)
```

## Discussion

This is used to publish the export dialog.

