# `GSGlyph.export`

*Instance Property*

Whether the glyph is marked for inclusion in exported font files.

## Declaration

```swift
var isExporting: Bool { get set }
```

```objc
@property (nonatomic, getter=isExporting) BOOL export;
```

[See also `export` in the Python API](https://docu.glyphsapp.com/#GSGlyph.export)

```python
pyobjc_instanceMethods.isExporting() -> bool
pyobjc_instanceMethods.setExport_(export: bool)
```

