You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying out eframe/egui for the first time (thanks for all the docs and examples!).
I'm following the custom font example to add a custom font to my own eframe app, but my custom font is not applying. I'm guessing that I'm making a simple mistake. PR here, and here's the code I added to the new fn in my app struct impl in app.rs:
Hi there,
I am trying out eframe/egui for the first time (thanks for all the docs and examples!).
I'm following the custom font example to add a custom font to my own eframe app, but my custom font is not applying. I'm guessing that I'm making a simple mistake. PR here, and here's the code I added to the
new
fn in my app struct impl inapp.rs
:I also tried removing the
default_fonts
feature in Cargo.toml to break fonts altogether, but my app still built and ran.Thank you.
The text was updated successfully, but these errors were encountered: