Expand description
Text rendering and layouting.
Macros§
- Load a font from a file or directory.
Structs§
- Attributes of a section of text.
- A font weight.
- A glyph cluster in a line of laid out text.
- A paragraph of rich text, that can contain multiple segments with different
FontAttributes
. - A line of text layout.
Enums§
- A font family, by default
FontFamily::SansSerif
. - A source for a font.
- A font stretch.
- A font style.
- Alignment of a section of text.
- The direction of text.
- Wrapping of a section of text.
Traits§
- A trait for managing fonts and text layout.