# `GSFont.storedFormatVersion`

*Instance Property*

The original file format version preserved while saving in another format.

## Declaration

```objc
@property (nonatomic) GSFormatVersion storedFormatVersion;
```

```python
storedFormatVersion() -> GSFormatVersion
setStoredFormatVersion_(storedFormatVersion: GSFormatVersion)
```

## Discussion

This is used when an autosave writes a temporary format and the font should return to its original format after reading.

