-
Notifications
You must be signed in to change notification settings - Fork 17
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
Font rendering is blurry #42
Comments
I think it's because the font is thin and shrunken down to a small size making it blurry Solution: Use a bold variant (I have no idea where the font is called) |
I'm pretty sure there isn't an issue with the font itself (otherwise we'd see the same blurriness elsewhere). I haven't been able to replicate the issue at all on my end, so it has been hard to pinpoint. |
Ah see it is a problem that can only be replicated in html since I kind of had the same issue a while back where the font became blurry and hard to read or it just didn't render so maybe that is what's happening here? |
It might have to do with fractional scaling. I have 125% scaling enabled on my desktop environment. |
I'm going to try to build the source code and see if I get the same result running native. |
So it seems like it's these two things:
|
Try setting fractional scaling to 125% |
Umm it did the same thing (for me) |
Sounds like fractional rendering is simply stretching the rendered UI. If you draw something, does it appear blurry as well? |
Describe the bug
When opening up Dotto, the fonts look blurry.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The fonts should be clear.
Screenshots
Desktop
The text was updated successfully, but these errors were encountered: