rust-font-loader icon indicating copy to clipboard operation
rust-font-loader copied to clipboard

Get fonts as const function

Open Rico1502 opened this issue 2 years ago • 0 comments

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].

Rico1502 avatar Oct 14 '22 09:10 Rico1502