---
title: descent
framework: coregraphics
role: symbol
role_heading: Instance Property
path: coregraphics/cgfont/descent
---

# descent

Returns the descent of a font.

## Declaration

```swift
var descent: Int32 { get }
```

## Discussion

Discussion The descent is the maximum distance below the baseline of glyphs in a font. The value is specified in glyph space units.

## See Also

### Examining Font Metrics

- [ascent](coregraphics/cgfont/ascent.md)
- [capHeight](coregraphics/cgfont/capheight.md)
- [fontBBox](coregraphics/cgfont/fontbbox.md)
- [italicAngle](coregraphics/cgfont/italicangle.md)
- [leading](coregraphics/cgfont/leading.md)
- [stemV](coregraphics/cgfont/stemv.md)
- [unitsPerEm](coregraphics/cgfont/unitsperem.md)
- [xHeight](coregraphics/cgfont/xheight.md)
