Module paragraph
Expand description
paragraph() makes it possible to render rich text with different styles. Its a more customizable API than crate::elements::label.
Structs§
- Paragraph
- Paragraph
Element - Paragraph
Holder - A shared slot that receives the laid-out paragraph, so callers can hit-test and measure
text after layout. Pass it to a
paragraph()withParagraph::holder. - Paragraph
Holder Inner - Span
- A run of text with its own style, used to build a
paragraph().
Functions§
- paragraph
- paragraph() makes it possible to render rich text with different styles. Its a more customizable API than crate::elements::label.