Emoji Support
#1934
Replies: 1 comment
-
|
The "weird" character is a standard "missing glyph" character, so you apparently don't have a font in the font list that contains the particular emoji. See https://docs.rs/egui/latest/egui/struct.FontDefinitions.html for more info on providing a custom list. So, basically, no -- you'll need to provide an emoji font to show emoji characters. Same for any other character you might want to display: you need a font that has the character. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So i copy pasted an emoji into an text edit and this shows up. (The weird box)

Is there a way to make it a one character without using a custom font?
Beta Was this translation helpful? Give feedback.
All reactions