-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display unicode emoji in UI #464
Comments
Are the emojis in the font being used? The default fonts from Shoes doesn't have them so you need to specify the correct font name for each element. The 'correct' font will be user and system specific if portability is an issue for you. |
So following up I've tried different fonts like DejaVuSans and Unicode and gotten no changes at all.... What I used for example is as follows,
|
DejaVuSans is a Shoes font. You need to use a system font that has emoji's. This should list all the fonts you have on your system. Shoes.app do
stack do
all_fonts = Shoes::FONTS
all_fonts.each {|ft| para ft}
end
end |
System fonts don't seem to work either (as seen here). Does it work for you when you run it? |
I don't have fonts with emojis on my Linux system or I don't know their names or the unicode for the glyph because I don't use emojis. What is the font name with the emojis you want to display? what is the \uNNNN string you are using? |
Is it possible to view Unicode emoji in the UI?
The text was updated successfully, but these errors were encountered: