Expand description
Draw and interact with text.
Re-exports§
pub use editor::Editor;
pub use highlighter::Highlighter;
pub use paragraph::Paragraph;
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 trait for converting a value to some text
Fragment
. - A renderer capable of measuring and drawing
Text
.
Type Aliases§
- A fragment of
Text
.