Skip to content
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

Feature Request: Add an option for DPI awareness to allow for high DPI 4K screens #1

Open
yereverluvinunclebert opened this issue Jun 24, 2024 · 1 comment

Comments

@yereverluvinunclebert
Copy link

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.

@fafalone
Copy link
Owner

fafalone commented Jun 24, 2024

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. 🤷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants