mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Remove no longer relevant emoji font hack
This commit is contained in:
committed by
Emil Ernerfeldt
parent
e68a23ce62
commit
1df9ae6caf
@@ -149,14 +149,6 @@ impl FontImpl {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if self.name == "emoji-icon-font" {
|
|
||||||
// HACK: https://github.com/emilk/egui/issues/1284 https://github.com/jslegers/emoji-icon-font/issues/18
|
|
||||||
// Don't show the wrong fullwidth capital letters:
|
|
||||||
if 'S' <= chr && chr <= 'Y' {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
matches!(
|
matches!(
|
||||||
chr,
|
chr,
|
||||||
// Strip out a religious symbol with secondary nefarious interpretation:
|
// Strip out a religious symbol with secondary nefarious interpretation:
|
||||||
|
|||||||
Reference in New Issue
Block a user