---
title: pointSize
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uifont/pointsize
---

# pointSize

The font’s point size, or the effective vertical point size for a font with a nonstandard matrix.

## Declaration

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

## See Also

### Getting Font Metrics

- [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)
- [lineHeight](uikit/uifont/lineheight.md)
