---
title: usesFontLeading
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/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](appkit/nstextlayoutmanager/layoutqueue.md)
- [renderingAttributesValidator](appkit/nstextlayoutmanager/renderingattributesvalidator.md)
- [usesHyphenation](appkit/nstextlayoutmanager/useshyphenation.md)
- [limitsLayoutForSuspiciousContents](appkit/nstextlayoutmanager/limitslayoutforsuspiciouscontents.md)
