---
title: NSTextLayoutFragment.State.estimatedUsageBounds
framework: uikit
role: symbol
role_heading: Case
path: uikit/nstextlayoutfragment/state-swift.enum/estimatedusagebounds
---

# NSTextLayoutFragment.State.estimatedUsageBounds

The text layout manager hasn’t performed a full layout yet for the region covered by this layout fragment and is returning an estimated bounds.

## Declaration

```swift
case estimatedUsageBounds
```

## See Also

### Constants that describe layout bounds

- [NSTextLayoutFragment.State.calculatedUsageBounds](uikit/nstextlayoutfragment/state-swift.enum/calculatedusagebounds.md)
- [NSTextLayoutFragment.State.layoutAvailable](uikit/nstextlayoutfragment/state-swift.enum/layoutavailable.md)
- [NSTextLayoutFragment.State.none](uikit/nstextlayoutfragment/state-swift.enum/none.md)
