Expand description
Fontdue is a font parser, rasterizer, and layout tool.
This is a no_std crate, but still requires the alloc crate.
Modules§
- layout
- Tools for laying out strings of text.
Structs§
- Font
- Represents a font. Fonts are immutable after creation and owns its own copy of the font data.
- Font
Settings - Settings for controlling specific font and layout behavior.
- Line
Metrics - Metrics associated with line positioning.
- Metrics
- Encapsulates all layout information associated with a glyph for a fixed scale.
- Outline
Bounds - Defines the bounds for a glyph’s outline in subpixels. A glyph’s outline is always contained in its bitmap.
Type Aliases§
- Font
Result - Alias for Result<T, &’static str>.