# `GSGlyph hasCustomGlyphInfo`

*Instance Method*

Whether any glyph info is stored as a glyph-local override.

## Declaration

```swift
func hasCustomGlyphInfo() -> Bool
```

```objc
- (BOOL) hasCustomGlyphInfo;
```

```python
hasCustomGlyphInfo() -> bool
```

## Discussion

This includes category, subcategory, production name, script, direction, sorting, group, and case information.

## See Also

### Glyph Info

- [`GSGlyph applyGlyphInfo:changeName:changeUnicode:`](/Core/GlyphsCore/GSGlyph/applyGlyphInfo:changeName:changeUnicode:) — Applies glyph information from a Glyph Info Database record.
- [`GSGlyph applyGlyphInfoFast:changeName:changeUnicode:`](/Core/GlyphsCore/GSGlyph/applyGlyphInfoFast:changeName:changeUnicode:) — Applies glyph information from a Glyph Info Database record for construction-time use.

