# `GSGlyph.font`

*Instance Property*

The font that contains the glyph, or `nil` for a detached glyph.

## Declaration

```swift
var font: GSFont? { get }
```

```objc
@property (nonatomic, readonly) GSFont * font;
```

```python
pyobjc_instanceMethods.font() -> GSFont
```

## Discussion

This is a read-only alias for [`GSGlyph.parent`](/Core/GlyphsCore/GSGlyph/parent).

## See Also

### Ownership

- [`GSGlyph.parent`](/Core/GlyphsCore/GSGlyph/parent) — The font that contains the glyph, or `nil` for a detached glyph.

