Structsยง
- Rich
Text - Rich text component: renders multiple styled spans on the same line(s).
- Rich
Text Layout - Word-wrapped layout for a
RichText, shared bycrate::intrinsic::RichTextIntrinsicand the painter so the box taffy reserves always matches what gets drawn. - Rich
Text Line - One wrapped line of a
RichTextlayout. - Rich
Text Span - A single styled span within a rich_text component.
- Rich
Text Token - One word-wrapped token ready to be measured or drawn.