Open pjanx opened 2 weeks ago
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.
Please check the scale info from fyne_demo
Like I stated, and also just run the example,
Problematic platforms include:
Perfect thanks
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