# `GSGlyph.storeSubCategory`

*Instance Property*

Whether [`GSGlyph.subCategory`](/Core/GlyphsCore/GSGlyph/subCategory) is stored as glyph-local glyph info.

## Declaration

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

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

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

```python
pyobjc_instanceMethods.storeSubCategory() -> bool
pyobjc_instanceMethods.setStoreSubCategory_(storeSubCategory: bool)
```

## Discussion

Setting this to `NO` replaces [`GSGlyph.subCategory`](/Core/GlyphsCore/GSGlyph/subCategory) with the value supplied by the Glyph Info Database.

## See Also

### Category & Subcategory

- [`GSGlyph.category`](/Core/GlyphsCore/GSGlyph/category) — The broad classification used to interpret and organize the glyph.
- [`GSGlyph.subCategory`](/Core/GlyphsCore/GSGlyph/subCategory) — The classification that refines [`GSGlyph.category`](/Core/GlyphsCore/GSGlyph/category).
- [`GSGlyph.storeCategory`](/Core/GlyphsCore/GSGlyph/storeCategory) — Whether [`GSGlyph.category`](/Core/GlyphsCore/GSGlyph/category) is stored as glyph-local glyph info.

