mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -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;
|
||||
}
|
||||
|
||||
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!(
|
||||
chr,
|
||||
// Strip out a religious symbol with secondary nefarious interpretation:
|
||||
|
||||
Reference in New Issue
Block a user