egui-phosphor icon indicating copy to clipboard operation
egui-phosphor copied to clipboard

Public access to font bytes

Open romnn opened this issue 1 year ago • 0 comments

Thanks for your work on this crate!

I am using it with notan and due to different egui versions in my dependency tree the egui::FontData i get from font_data() does not have the right type.

This PR adds public access to the font bytes so i can construct the notan::egui::FontData myself with the correct type.

This change does not affect the current design but additionally enabled working with multiple egui versions.

Best, Roman

romnn avatar May 01 '24 09:05 romnn