---
title: typographicBounds
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nstextlinefragment/typographicbounds
---

# typographicBounds

The typographic bounds that specifies the dimensions of the line fragment for laying out line fragments to each other.

## Declaration

```swift
var typographicBounds: CGRect { get }
```

## Discussion

Discussion The origin value is offset from the beginning of the line fragment group belonging to the parent layout fragment.

## See Also

### Line fragment characteristics

- [attributedString](uikit/nstextlinefragment/attributedstring.md)
- [characterRange](uikit/nstextlinefragment/characterrange.md)
- [glyphOrigin](uikit/nstextlinefragment/glyphorigin.md)
