Expand description

The text module encompasses various widgets for rendering and interacting with text.

Structs

A wrapper around NSMutableAttributedString, which can be used for more complex text rendering.

A Font can be constructed and applied to supported controls to control things like text appearance and size.

A clone-able handler to an NSTextField/UILabel reference in the Objective-C runtime. Wraps NSTextField and UILabel across platforms, explicitly as a Label. In AppKit, NSTextField does double duty, and for clarity we just double the implementation.

Enums

Instructs text controls how to optimize line breaks.

Specifies how text should align for a supported control.