---
title: usesFontLeading
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nstextlayoutmanager/usesfontleading
---

# usesFontLeading

A Boolean value that controls whether the framework uses the leading information specified by the font when laying out text.

## Declaration

```swift
var usesFontLeading: Bool { get set }
```

## Discussion

Discussion If set to true, uses the leading as specified by the font. However, this isn’t appropriate for most UI text. Defaults to true.

## See Also

### Configuring global layout manager options

- [layoutQueue](uikit/nstextlayoutmanager/layoutqueue.md)
- [renderingAttributesValidator](uikit/nstextlayoutmanager/renderingattributesvalidator.md)
- [usesHyphenation](uikit/nstextlayoutmanager/useshyphenation.md)
- [limitsLayoutForSuspiciousContents](uikit/nstextlayoutmanager/limitslayoutforsuspiciouscontents.md)
