Expand description
LumenType is a font parser, rasterizer, and layout tool.
This is a no_std crate, but still requires the alloc crate.
Re-exports§
pub use crate::coord::*;
Modules§
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.
- Glyph
Raster Config - Configuration for rasterizing a glyph.
- 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>.