# `GSFont glyphsInfo`

*Instance Method*

Glyph information used to derive glyph metadata and component relationships.

## Declaration

```swift
func glyphsInfo() -> GSGlyphsInfo?
```

```objc
- (GSGlyphsInfo *) glyphsInfo;
```

```python
glyphsInfo() -> GSGlyphsInfo
```

## Discussion

A document can provide font-specific glyph information. Otherwise, the shared Glyph Info Database is used. Minimal API builds can return `nil`.

## See Also

### Glyph Relationships

- [`GSFont componentGlyphNamesForGlyph:`](/Core/GlyphsCore/GSFont/componentGlyphNamesForGlyph:) — Returns component glyph names used by a glyph.
- [`GSFont componentGlyphNamesForGlyph:inMasterWithID:`](/Core/GlyphsCore/GSFont/componentGlyphNamesForGlyph:inMasterWithID:) — Returns component glyph names used by a glyph on a master.
- [`GSFont glyphsContainingComponentWithName:masterId:`](/Core/GlyphsCore/GSFont/glyphsContainingComponentWithName:masterId:) — Returns glyphs that reference a component glyph on a master layer.

