Module iced::advanced::text

source ·
Available on crate feature advanced only.
Expand description

Draw and interact with text.

Modules

Structs

Enums

  • The difference detected in some text.
  • The result of hit testing on text.
  • The height of a line of text in a paragraph.
  • The shaping strategy of some text.

Traits

  • A component that can be used by widgets to edit multi-line text.
  • A type capable of highlighting text.
  • A text paragraph.
  • A renderer capable of measuring and drawing Text.