<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/Font/Width",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4FontV5WidthV"
  },
  "title" : "Font.Width"
}
-->

# Font.Width

A width to use for fonts that have multiple widths.

```
struct Width
```

## Topics

### Getting standard font widths

[`compressed`](/documentation/SwiftUI/Font/Width/compressed)

[`condensed`](/documentation/SwiftUI/Font/Width/condensed)

[`expanded`](/documentation/SwiftUI/Font/Width/expanded)

[`standard`](/documentation/SwiftUI/Font/Width/standard)

### Creating an explicit font width

[`init(_:)`](/documentation/SwiftUI/Font/Width/init(_:))

### Accessing the width’s value

[`value`](/documentation/SwiftUI/Font/Width/value)

## Relationships

### Conforms To

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

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

[`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)