Multi mono font
Introduction
Multi mono font mixed typesetting for embedded-graphics
This crate is modified based on embedded-graphics MonoFonts to add support for displaying different sizes of monospaced fonts within the same line/segment of text.
The strikethrough and underline have been removed from the original fonts, and some variable types have been changed to u8 (can be changed to u16 via features) to save storage space.
Check examples/mono.rs for usage.
const MULTI_STYLE: = new;
let _next = new
.draw
.unwrap;
let _next = new
.draw
.unwrap;
let rect = new;
with_style
.draw
.unwrap;
rect.into_styled.draw.unwrap;
