---
title: typographicBounds
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/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](appkit/nstextlinefragment/attributedstring.md)
- [characterRange](appkit/nstextlinefragment/characterrange.md)
- [glyphOrigin](appkit/nstextlinefragment/glyphorigin.md)
