# `GlyphsFileFormat cancelExport`

*Instance Method*

Implement this if you support cancel

## Declaration

```swift
optional func cancelExport()
```

```objc
- (void) cancelExport;
```

```python
cancelExport()
```

