---
title: adjustsFontSizeToFitWidth
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicontentunavailableconfiguration-swift.struct/textproperties-swift.struct/adjustsfontsizetofitwidth
---

# adjustsFontSizeToFitWidth

A Boolean value indicating whether the view modifies the font size of the text to fit the available width.

## Declaration

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

## Discussion

Discussion You can define the smallest font size used by setting the minimumScaleFactor property.
