We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In all applications based on iced master branch, text does not render at all on my system (PopOS 22.04 with Intel graphics).
It used to render fine previously, i have not tried to find the offending commit. There are many issues here describing similar problems, but:
Adding shaping(text::Shaping::Advanced) makes the text render properly. So i'm not sure if it means the default font lookup makes a bad guess, or?
shaping(text::Shaping::Advanced)
Text should render in examples and other applications.
master
Windows
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
In all applications based on iced master branch, text does not render at all on my system (PopOS 22.04 with Intel graphics).
It used to render fine previously, i have not tried to find the offending commit. There are many issues here describing similar problems, but:
Adding
shaping(text::Shaping::Advanced)
makes the text render properly. So i'm not sure if it means the default font lookup makes a bad guess, or?What is the expected behavior?
Text should render in examples and other applications.
Version
master
Operating System
Windows
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: