Expand description
Draw and interact with text.
Re-exports§
pub use editor::Editor;
pub use highlighter::Highlighter;
pub use paragraph::Paragraph;
Modules§
- editor
- Edit text.
- highlighter
- Highlight text.
- paragraph
- Draw paragraphs.
Structs§
Enums§
- Alignment
- The alignment of some text.
- 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§
- Into
Fragment - A trait for converting a value to some text
Fragment
. - Renderer
- A renderer capable of measuring and drawing
Text
.