---
title: Text.Layout.TypographicBounds
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/text/layout/typographicbounds
---

# Text.Layout.TypographicBounds

The typographic bounds of an element in a text layout.

## Declaration

```swift
@frozen struct TypographicBounds
```

## Topics

### Initializers

- [init()](swiftui/text/layout/typographicbounds/init().md)

### Instance Properties

- [ascent](swiftui/text/layout/typographicbounds/ascent.md)
- [descent](swiftui/text/layout/typographicbounds/descent.md)
- [leading](swiftui/text/layout/typographicbounds/leading.md)
- [origin](swiftui/text/layout/typographicbounds/origin.md)
- [rect](swiftui/text/layout/typographicbounds/rect.md)
- [width](swiftui/text/layout/typographicbounds/width.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
