---
title: textLayoutManagers
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextcontentmanager/textlayoutmanagers
---

# textLayoutManagers

The array of text layout managers associated with this text content manager.

## Declaration

```swift
var textLayoutManagers: [NSTextLayoutManager] { get }
```

## Discussion

Discussion This property is KVO-compliant.

## See Also

### Working with layout managers

- [primaryTextLayoutManager](appkit/nstextcontentmanager/primarytextlayoutmanager.md)
- [automaticallySynchronizesTextLayoutManagers](appkit/nstextcontentmanager/automaticallysynchronizestextlayoutmanagers.md)
- [addTextLayoutManager(_:)](appkit/nstextcontentmanager/addtextlayoutmanager(_:).md)
- [removeTextLayoutManager(_:)](appkit/nstextcontentmanager/removetextlayoutmanager(_:).md)
- [synchronizeTextLayoutManagers(_:)](appkit/nstextcontentmanager/synchronizetextlayoutmanagers(_:).md)
