# `GlyphsFileFormat exportFont:`

*Instance Method*

Exports a Font object. This function should ask the user for the place to save the store the font.

## Declaration

```swift
func export(_ font: GSFont!)
```

```objc
- (void) exportFont:(GSFont *) font;
```

```python
exportFont_(font: GSFont)
```

## Parameters

- `font` — The font to export.

## Discussion

Eventually errors have to be presented by the plugin. Use `[font.parent presentError:error];`

