1
0
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:
Emil Ernerfeldt
2022-02-22 09:47:31 +01:00
parent 2af1dda4c3
commit a90379ac8d
2 changed files with 32 additions and 14 deletions

View File

@@ -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,