Is it possible to use emojis in Sandbox
?
#1990
-
I built small toy gui app, which has been using I would like to add a few emojis to it. The default font in my OS doesn't seem to support emojis. Taking a look at examples (color picker and todos), I see we have to load the font with I attempted to run I see
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unless the font you want to use isn't one of your system fonts, you should not need to load it. However, you need to opt-in to the iced/examples/todos/src/main.rs Line 368 in 50ce65b |
Beta Was this translation helpful? Give feedback.
Unless the font you want to use isn't one of your system fonts, you should not need to load it.
iced
supports font fallback now.However, you need to opt-in to the
Advanced
shaping strategy on anyText
that needs it:iced/examples/todos/src/main.rs
Line 368 in 50ce65b