Expand description
Custom multi-font rendering engine for polyfont.
Composites text from multiple font families into a single output.
Supports GPU-accelerated rendering via wgpu/glyphon/cosmic-text
or software rendering via tiny-skia/softbuffer.
§Features
gpu– Enable GPU-accelerated rendering (requires Vulkan/Metal/DX12)software– Enable CPU-based software rendering
§Status
This is a skeleton crate. The rendering pipeline is under development.
Structs§
- Font
Atlas - Font atlas management.
- Glyph
Position - A glyph position in the rendered output.
- Render
Config - Configuration for the rendering engine.
- Render
Engine - The main rendering engine.
- Rendered
Line - A rendered line of multi-font text.
- Scope
Annotator - Scope-to-font annotator.
Enums§
- Render
Error - Rendering errors.