# `GSGlyph.storeSortName`

*Instance Property*

Whether [`GSGlyph.sortName`](/Core/GlyphsCore/GSGlyph/sortName) and [`GSGlyph.sortNameKeep`](/Core/GlyphsCore/GSGlyph/sortNameKeep) are stored as glyph-local glyph info.

## Declaration

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

```objc
@property (nonatomic) BOOL storeSortName;
```

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

```python
pyobjc_instanceMethods.storeSortName() -> bool
pyobjc_instanceMethods.setStoreSortName_(storeSortName: bool)
```

## Discussion

Setting this to `NO` restores sorting information from the Glyph Info Database.

## See Also

### Sorting

- [`GSGlyph.sortName`](/Core/GlyphsCore/GSGlyph/sortName) — The key used instead of [`GSGlyph.name`](/Core/GlyphsCore/GSGlyph/name) for predefined glyph sorting.
- [`GSGlyph.sortNameKeep`](/Core/GlyphsCore/GSGlyph/sortNameKeep) — The sorting key used when alternate glyphs are kept together.

