---
title: adjustsFontForContentSizeCategory
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicellaccessory-swift.struct/labeloptions/adjustsfontforcontentsizecategory
---

# adjustsFontForContentSizeCategory

A Boolean value that determines whether the label automatically adjusts its font according to the content size category.

## Declaration

```swift
var adjustsFontForContentSizeCategory: Bool
```

## Discussion

Discussion The default value of this property is true.

## See Also

### Accessing configuration options

- [isHidden](uikit/uicellaccessory-swift.struct/labeloptions/ishidden.md)
- [reservedLayoutWidth](uikit/uicellaccessory-swift.struct/labeloptions/reservedlayoutwidth.md)
- [tintColor](uikit/uicellaccessory-swift.struct/labeloptions/tintcolor.md)
- [font](uikit/uicellaccessory-swift.struct/labeloptions/font.md)
