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

# Text.Layout.Line

A single line in a text layout: a collection of runs of placed glyphs.

## Declaration

```swift
struct Line
```

## Topics

### Instance Properties

- [origin](swiftui/text/layout/line/origin.md)
- [typographicBounds](swiftui/text/layout/line/typographicbounds.md)

## Relationships

### Conforms To

- [BidirectionalCollection](swift/bidirectionalcollection.md)
- [Collection](swift/collection.md)
- [Equatable](swift/equatable.md)
- [RandomAccessCollection](swift/randomaccesscollection.md)
- [Sequence](swift/sequence.md)
