Available on crate feature
advanced
only.Expand description
Draw and interact with text.
Modules§
- editor
- Edit text.
- highlighter
- Highlight text.
- paragraph
- Draw paragraphs.
Structs§
Enums§
- Difference
- The difference detected in some text.
- Hit
- The result of hit testing on text.
- Line
Height - The height of a line of text in a paragraph.
- Shaping
- The shaping strategy of some text.
- Wrapping
- The wrapping strategy of some text.
Traits§
- Editor
- A component that can be used by widgets to edit multi-line text.
- Highlighter
- A type capable of highlighting text.
- Into
Fragment - A trait for converting a value to some text
Fragment
. - Paragraph
- A text paragraph.
- Renderer
- A renderer capable of measuring and drawing
Text
.