# `GSFont.storedFormatVersion`

*Instance Property*

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

## Declaration

```swift
var storedFormatVersion: GSFormatVersion? { get set }
```

## Discussion

This is `nil` when no original format is stored.

