---
title: AttributedString.LineHeight
framework: foundation
role: symbol
role_heading: Structure
path: foundation/attributedstring/lineheight
---

# AttributedString.LineHeight

The line height definition of a paragraph.

## Declaration

```swift
struct LineHeight
```

## Overview

Overview The line height defines the distance between the baselines of two subsequent lines of text.

## Topics

### Type Properties

- [loose](foundation/attributedstring/lineheight/loose.md)
- [normal](foundation/attributedstring/lineheight/normal.md)
- [tight](foundation/attributedstring/lineheight/tight.md)
- [variable](foundation/attributedstring/lineheight/variable.md)

### Type Methods

- [exact(points:)](foundation/attributedstring/lineheight/exact(points:).md)
- [leading(increase:)](foundation/attributedstring/lineheight/leading(increase:).md)
- [multiple(factor:)](foundation/attributedstring/lineheight/multiple(factor:).md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
