rust-font-loader
rust-font-loader copied to clipboard
Get fonts as const function
Is there a possibility to have the get function return the raw font as a const?
For crates like u8g2-fonts
used for embedded-graphics
you define a newly rendered font as a const DATA: &'static [u8]
.