-
Notifications
You must be signed in to change notification settings - Fork 18
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
emoji in label #409
Comments
It should be possible, but you would have to use a font that supports that emoji 👀 by default the plugin uses Roboto, which doesn't seem to support it: https://fonts.google.com/specimen/Roboto?preview.text=%F0%9F%99%88%F0%9F%91%8F%E2%9D%A4%EF%B8%8F%E2%9C%85%E2%9A%A1&preview.text_type=custom (I might not understand how emojis work 😛 this is my best guess) |
Aaaand I see already I was wrong 😛 It doesn't seem like the font is responsible for "drawing" emojis. I'll have to dig a bit further 👀 |
Ooor maybe I wasn't that way off? I played with different fonts and I somewhat made it work: filters chromeLike(label: "❤️🙈👏✅⚡️", font: "Apple Color Emoji"), but for some reason, they don't behave in an expected way, and I don't really understand why. so then I tried to switch to Noto Color Emoji, but it doesn't show any characters for me :/ I also accidentally used an invalid font name, which produced even stranger output, with heart not being rendered in color and system falling back to font called To summarize, I don't understand how emojis work, and the more I read the dumber I get 😛 As a temporary workaround I can suggest playing with different fonts, and some of them should work in your case 🤷 For example this: |
Let's wait for some kind heart emoji expert 😜 |
Is it possible to use emoji in label ?
I tried it like this :
filters = chromeLike("Abc ⚡")
filters = chromeLike("Abc \uD83D\uDD25")
but no success, end result is like this :
The text was updated successfully, but these errors were encountered: