-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Multiline text rendering is misaligned #5264
Comments
It does try to pixel align the text. It seems you have found a case where it fails. Can you please provide full information about your monitor / resolution and any scaling applied by the operating system? Also, if you run "fyne_demo" and go to the Advanced screen what does it report for scaling? |
This was recorded without scaling, just scaled up twice without filtering to make it clearer, but I can generally test it just about everywhere, if you wait. |
Please check the scale info from fyne_demo. User scale settings are only 1 of 3 possible sources of scaling on the output device. |
Perfect thanks |
I don't know if it's reproducible. In my case the 58 line ( no matter how many lines of text is specified ) of the multiline text behave weirdly fuzzy. |
Checklist
Describe the bug
Fyne seemingly doesn't bother to pixel align text when rendering, and so it often ends up fuzzy.
See the animated screenshot.
How to reproduce
Have a lot of lines of text in your application.
Screenshots
Example code
Fyne version
2.5.2
Go compiler version
1.23.2
Operating system and version
Linux
Additional Information
No response
The text was updated successfully, but these errors were encountered: