You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you can add an option for DPI awareness to allow for high DPI 4K screens then that would be appreciated. Windows size auto-scaling provides a blurring to the fonts when enabled, a high DPI toggle option would give users a choice. For some this is important.
The text was updated successfully, but these errors were encountered:
No code change is needed to support this. I just checked and it's already rendering as good as it gets.
You can accomplish this yourself in two ways; first, compile with it enabled by opening the Settings and near the bottom there's "Project: Force Dpi Awareness at Startup". Change that to SYSTEM_DPI_AWARE.
The second is to right click the executable in Explorer, click Properties, go to the compatibility tab, 'Change high DPI settings', then in the 'High dpi scaling override' box, check the box and select 'Application' from the dropdown (if it's not the default, it usually is).
I think the 'blur' looks so much better... can't stand the razor-thin fonts I get with dpi-aware on, and haven't found a good solution to that. 🤷
If you can add an option for DPI awareness to allow for high DPI 4K screens then that would be appreciated. Windows size auto-scaling provides a blurring to the fonts when enabled, a high DPI toggle option would give users a choice. For some this is important.
The text was updated successfully, but these errors were encountered: