GraphicsContext.ResolvedText
A text view resolved to a particular environment.
Declaration
struct ResolvedTextOverview
You resolve a Text view in preparation for drawing it into a context, either manually by calling resolve(_:) or automatically when calling draw(_:in:) or draw(_:at:anchor:). The resolved text view takes into account environment values like the display resolution and current color scheme.