FBNeo icon indicating copy to clipboard operation
FBNeo copied to clipboard

Windows high DPI support

Open tytannial opened this issue 3 years ago • 2 comments

On high dpi mode, UI is fuzzy.

tytannial avatar Aug 21 '20 12:08 tytannial

That's because current implementation is "DPI-unaware", so Windows just stretches window bitmap in some percent. This is a complex matter which would take major GUI rework to became properly DPI aware (e.g. when moving between monitors of different scaling factor).

Details: https://docs.microsoft.com/en-us/windows/win32/hidpi/high-dpi-desktop-application-development-on-windows

voodoo84 avatar Aug 21 '20 13:08 voodoo84

Not sure who would even be willing to do this, for example I'm on win7 w/square lcd monitor (1280x1024)..

dinkc64 avatar Aug 22 '20 00:08 dinkc64