# `GSFormatVersion.GSFormatVersion3`

*Case*

The source format introduced by Glyphs 3.

## Declaration

```swift
case version3
```

```objc
GSFormatVersion3
```

```python
GSFormatVersion3
```

## See Also

### Format Versions

- [`GSFormatVersion.GSFormatVersion1`](/Core/GlyphsCore/GSFormatVersion/GSFormatVersion1) — The source format used by Glyphs 1 and Glyphs 2.
- [`GSFormatVersion.GSFormatVersion4`](/Core/GlyphsCore/GSFormatVersion/GSFormatVersion4) — The source format introduced by Glyphs 4.
- [`GSFormatVersion.GSFormatVersionCurrent`](/Core/GlyphsCore/GSFormatVersion/GSFormatVersionCurrent) — The most recent source format supported by the framework.

