SamDel/ChromeCast-Desktop-Audio-Streamer

GUI: Texts appear blurry

ablazhov opened this issue · 3 comments

All text strings appear blurry under high DPI settings. System tray menu is affected too.
To make texts look clear I must play with the compatibility settings -> DPI settings and try to find acceptable setting.

Windows 10 1809
2560x1440
DPI: 125%
ClearType enabled

Might be a matter of DotNet settings:
https://stackoverflow.com/questions/44494084/blurry-odd-text-in-winforms-cleartype-scaling-issue
https://stackoverflow.com/questions/4075802/creating-a-dpi-aware-application
https://docs.microsoft.com/en-US/windows/win32/hidpi/high-dpi-desktop-application-development-on-windows

I got used to it I think. In Setup 3.8.1.zip I implemented the 'SetProcessDPIAware();' fix mentioned here.

How's 3.8.1 for you?

For me it looks like:

image

Looks clear and crispy now!
Thanks!

Nice, thank you!