---
title: Font.Resolved
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/font/resolved
---

# Font.Resolved

A concrete font value.

## Declaration

```swift
struct Resolved
```

## Overview

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. note: Font.

## Topics

### Instance Properties

- [ctFont](swiftui/font/resolved/ctfont.md)
- [isBold](swiftui/font/resolved/isbold.md)
- [isItalic](swiftui/font/resolved/isitalic.md)
- [isLowercaseSmallCaps](swiftui/font/resolved/islowercasesmallcaps.md)
- [isMonospaced](swiftui/font/resolved/ismonospaced.md)
- [isSmallCaps](swiftui/font/resolved/issmallcaps.md)
- [isUppercaseSmallCaps](swiftui/font/resolved/isuppercasesmallcaps.md)
- [leading](swiftui/font/resolved/leading.md)
- [pointSize](swiftui/font/resolved/pointsize.md)
- [weight](swiftui/font/resolved/weight.md)
- [width](swiftui/font/resolved/width.md)

## Relationships

### Conforms To

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