Module cosmic::iced_runtime::core::text
source · Expand description
Draw and interact with text.
Modules§
- Edit text.
- Highlight text.
- Draw paragraphs.
Structs§
- A text highlight.
- A span of text.
- A paragraph.
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.
- The wrapping 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 trait for converting a value to some text
Fragment
. - A text paragraph.
- A renderer capable of measuring and drawing
Text
.
Type Aliases§
- A fragment of
Text
.