Skip to content
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

Unicode characters not showing up on the Text Input step in the tour #2325

Open
2 tasks done
unlessgames opened this issue Mar 12, 2024 · 2 comments
Open
2 tasks done
Labels
bug Something isn't working

Comments

@unlessgames
Copy link

Is there an existing issue for this?

  • I have searched the existing issues.

Is this issue related to iced?

  • My hardware is compatible and my graphics drivers are up-to-date.

What happened?

iced_chars

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

@unlessgames unlessgames added the bug Something isn't working label Mar 12, 2024
@7sDream
Copy link

7sDream commented Mar 12, 2024

Needs a font supports the character.

See: https://docs.rs/iced/latest/iced/settings/struct.Settings.html#structfield.default_font

@hecrj
Copy link
Member

hecrj commented Mar 12, 2024

Ah, we need to enable text::Shaping::Advanced for the text there!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants