-
This is for a native Windows application. I am using iced as follows: iced = { version = "0.9", features = ["debug", "image", "svg", "palette", "tokio", "default_system_font", "async-std"] } #33 and #1697 are merged now to the best of my knowledge, so I assume emoji should be rending well and there shouldn't be missing symbols? Am new to iced, maybe I am missing something. I've tried adding the twemoji ttf font as the default font, but it just renders like this: (and that font is emoji only so none of the other characters render. I tried a nerdfront but it just gives missing symbols.) if i don't set a default font, I do not get emoji symbols: certainly, this is very different to the example image shown in #1697:
|
Beta Was this translation helpful? Give feedback.
Answered by
Gremious
Apr 7, 2024
Replies: 1 comment
Answer selected by
Gremious
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#2205