Contents

GraphicsContext.ResolvedText

A text view resolved to a particular environment.

Declaration

struct ResolvedText

Overview

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.

Topics

Getting the text properties

See Also

Resolving a drawn entity