---
title: Text.Scale
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/text/scale
---

# Text.Scale

Defines text scales

## Declaration

```swift
struct Scale
```

## Overview

Overview Text scale provides a way to pick a logical text scale relative to the base font which is used.

## Topics

### Getting built-in text scales

- [default](swiftui/text/scale/default.md)
- [secondary](swiftui/text/scale/secondary.md)

## Relationships

### Conforms To

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

## See Also

### Fitting text into available space

- [textScale(_:isEnabled:)](swiftui/text/textscale(_:isenabled:).md)
- [Text.TruncationMode](swiftui/text/truncationmode.md)
