mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Ignore characters that are wrong in emoji-icon-font.ttf
Closes https://github.com/emilk/egui/issues/1284
This commit is contained in:
@@ -714,6 +714,7 @@ impl FontImplCache {
|
||||
Arc::new(FontImpl::new(
|
||||
self.atlas.clone(),
|
||||
self.pixels_per_point,
|
||||
font_name.to_owned(),
|
||||
ab_glyph_font,
|
||||
scale_in_pixels,
|
||||
y_offset_points,
|
||||
|
||||
Reference in New Issue
Block a user