---
title: allowsDefaultTighteningForTruncation
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsmutableparagraphstyle/allowsdefaulttighteningfortruncation
---

# allowsDefaultTighteningForTruncation

A Boolean value that indicates whether the system tightens intercharacter spacing before truncating text.

## Declaration

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

## Discussion

Discussion When this property is set to true, the system tries to reduce the space between characters before truncating characters. The system performs this tightening in cases where the text would not otherwise fit in the available space. The maximum amount of tightening performed by the system is dependent on the font, line width, and other factors. The default value of this property is false.

## See Also

### Setting line-break information

- [lineBreakMode](appkit/nsmutableparagraphstyle/linebreakmode.md)
- [lineBreakStrategy](appkit/nsmutableparagraphstyle/linebreakstrategy.md)
- [hyphenationFactor](appkit/nsmutableparagraphstyle/hyphenationfactor.md)
- [usesDefaultHyphenation](appkit/nsmutableparagraphstyle/usesdefaulthyphenation.md)
- [tighteningFactorForTruncation](appkit/nsmutableparagraphstyle/tighteningfactorfortruncation.md)
