mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Update rusttype
This commit is contained in:
@@ -73,7 +73,7 @@ impl Font {
|
||||
scale_in_points: f32,
|
||||
pixels_per_point: f32,
|
||||
) -> Font {
|
||||
let font = rusttype::Font::from_bytes(font_data).expect("Error constructing Font");
|
||||
let font = rusttype::Font::try_from_bytes(font_data).expect("Error constructing Font");
|
||||
let scale_in_pixels = pixels_per_point * scale_in_points;
|
||||
|
||||
let mut font = Font {
|
||||
|
||||
Reference in New Issue
Block a user