-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[Run] investigate DPI Awareness for font rendering #10592
Comments
In the app manifest, setting the dpiAwareness like this:
but it's not placed in the center of the screen (shouldn't be too hard too fix the position). |
oooooooooooooooo |
this seems like an easy fix to add that, right? |
It depends, in FZ Editor we couldn't use it because of a framework bug that prevented us from fine controlling the windows position on non-primary monitors in some multi-monitor configuration where different DPI scaling factors are used. |
We should document that quirk but yes, i think this is a good item. put this in 39/41? |
@crutkas |
@enricogior @crutkas I'm wondering if it makes sense to postpone this item until we migrate to winui. Any thoughts? |
how easy is the fix? |
I think it is a medium-cost item. Also, probably we are going to have the same issues as in #5616. I don't think the same workaround will work for this issue. |
Duplicate of #8949? |
Is this still an issue with the latest version? /needinfo |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 5 days. It will be closed if no further activity occurs within 5 days of this comment. |
1 similar comment
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 5 days. It will be closed if no further activity occurs within 5 days of this comment. |
On a 4K monitor at 200%
0.35:
PR #10568:
It's slightly better but far from ideal.
The text was updated successfully, but these errors were encountered: