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

# Font.Resolved

A concrete font value.

```
struct Resolved
```

## Overview

`Font.Resolved` is a concrete representation of a Font that can be shown,
with a specific set of `EnvironmentValues`.
A `Resolved` font will always map to the same CTFont on a given platform.

> SeeAlso: ``doc://com.apple.SwiftUI/documentation/SwiftUI/Font``.

## Topics

### Instance Properties

[`var ctFont: CTFont`](/documentation/SwiftUI/Font/Resolved/ctFont)

Returns the CTFont opaque type that represents a CoreText
font object.

[`var isBold: Bool`](/documentation/SwiftUI/Font/Resolved/isBold)

Returns `true` if the resolved font has a bold trait according
to CoreText or the font’s weight is semi-bold or greater.

[`var isItalic: Bool`](/documentation/SwiftUI/Font/Resolved/isItalic)

Returns `true` if the resolved font is italic.

[`var isLowercaseSmallCaps: Bool`](/documentation/SwiftUI/Font/Resolved/isLowercaseSmallCaps)

Returns `true` if the resolved font’s lowercased characters
use small caps.

[`var isMonospaced: Bool`](/documentation/SwiftUI/Font/Resolved/isMonospaced)

Returns `true` if a resolved font is monospaced, false otherwise.

[`var isSmallCaps: Bool`](/documentation/SwiftUI/Font/Resolved/isSmallCaps)

Returns `true` if all of the resolved font’s characters
use small caps.

[`var isUppercaseSmallCaps: Bool`](/documentation/SwiftUI/Font/Resolved/isUppercaseSmallCaps)

Returns `true` if the resolved font’s uppercased characters
use small caps.

[`var leading: Font.Leading`](/documentation/SwiftUI/Font/Resolved/leading)

The leading of a resolved font.

[`var pointSize: CGFloat`](/documentation/SwiftUI/Font/Resolved/pointSize)

The point size of a resolved font.

[`var weight: Font.Weight`](/documentation/SwiftUI/Font/Resolved/weight)

The weight of a resolved font.

[`var width: Font.Width`](/documentation/SwiftUI/Font/Resolved/width)

The width of a resolved font.

## Relationships

### Conforms To

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

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

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

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

---

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)