<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/Font/Leading",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4FontV7LeadingO"
  },
  "title" : "Font.Leading"
}
-->

# Font.Leading

A line spacing adjustment that you can apply to a font.

```
enum Leading
```

## Overview

Apply one of the `Leading` values to a font using the
[`leading(_:)`](/documentation/SwiftUI/Font/leading(_:)) method to increase or decrease the line spacing.

## Topics

### Getting leading line spacing options

[`Font.Leading.standard`](/documentation/SwiftUI/Font/Leading/standard)

The font’s default line spacing.

[`Font.Leading.loose`](/documentation/SwiftUI/Font/Leading/loose)

Increased line spacing.

[`Font.Leading.tight`](/documentation/SwiftUI/Font/Leading/tight)

Reduced line spacing.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)