Multi Mono Font
A Rust crate for mixed typesetting of different sized monospaced fonts within the same text line for embedded-graphics.
Features
- Render multiple font sizes in a single line of text
- Based on embedded-graphics MonoFonts
- Optimized memory usage with u8 types
- Support for RLE font compression
- Static text alignment and baseline options
Usage
const MULTI_STYLE: = new;
let _next = new
.draw
.unwrap;
See examples/mono.rs for more details.
License
MIT