---
title: lineHeight
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uifont/lineheight
---

# lineHeight

The height, in points, of text lines.

## Declaration

```swift
var lineHeight: CGFloat { get }
```

## See Also

### Getting Font Metrics

- [pointSize](uikit/uifont/pointsize.md)
- [ascender](uikit/uifont/ascender.md)
- [descender](uikit/uifont/descender.md)
- [leading](uikit/uifont/leading.md)
- [capHeight](uikit/uifont/capheight.md)
- [xHeight](uikit/uifont/xheight.md)
