---
title: "resolve(in:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/font/resolve(in:)"
---

# resolve(in:)

Evaluates this font to a resolved font given the current context.

## Declaration

```swift
func resolve(in context: Font.Context) -> Font.Resolved
```

## Discussion

Discussion The system resolves a font’s value at the time it uses the font in a given environment’s context because Font is a late-binding token. note: fontResolutionContext
