Expand description
The text prelude.
This includes the most common types in this crate, re-exported for your convenience.
Structs§
- Font
- An
Asset
that contains the data for a loaded font, if loaded as an asset. - Text
Color - The color of the text for this section.
- Text
Font TextFont
determines the style of a text span within aComputedTextBlock
, specifically the font face, the font size, the line height, and the antialiasing method.- Text
Layout - Component with text format settings for a block of text.
- Text
Span - A span of text in a tree of spans.