# `GSGlyph.storeCase`

*Instance Property*

Whether the case classification is stored as glyph-local glyph info.

## Declaration

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

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

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

```python
pyobjc_instanceMethods.storeCase() -> bool
pyobjc_instanceMethods.setStoreCase_(storeCase: bool)
```

## Discussion

Setting this to `NO` replaces the case classification with the value supplied by the Glyph Info Database.

## See Also

### Case

- [`GSGlyph case`](/Core/GlyphsCore/GSGlyph/case) — The case classification used to interpret and organize the glyph.
- [`GSGlyph setCase:`](/Core/GlyphsCore/GSGlyph/setCase:) — Assigns the case classification used to interpret and organize the glyph.
- [`GSGlyph setCaseFast:`](/Core/GlyphsCore/GSGlyph/setCaseFast:) — Assigns a case classification without recording a glyph change.

