iced
iced copied to clipboard
Unicode characters not showing up on the Text Input step in the tour
Is there an existing issue for this?
- [X] I have searched the existing issues.
Is this issue related to iced?
- [X] My hardware is compatible and my graphics drivers are up-to-date.
What happened?
What is the expected behavior?
Expected to see unicode characters in the output as well. Not familiar with Rust but I assume a different string type should be used in the example?
Version
master
Operating System
Linux
Do you have any log output?
No response
Needs a font supports the character.
See: https://docs.rs/iced/latest/iced/settings/struct.Settings.html#structfield.default_font
Ah, we need to enable text::Shaping::Advanced
for the text there!