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

# leading

Returns the leading of a font.

## Declaration

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

## Discussion

Discussion The leading is the spacing between consecutive lines of text 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)
- [descent](coregraphics/cgfont/descent.md)
- [fontBBox](coregraphics/cgfont/fontbbox.md)
- [italicAngle](coregraphics/cgfont/italicangle.md)
- [stemV](coregraphics/cgfont/stemv.md)
- [unitsPerEm](coregraphics/cgfont/unitsperem.md)
- [xHeight](coregraphics/cgfont/xheight.md)
