Structure

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 参照

Drawing Text