khchen / wNim

Nim's Windows GUI Framework
MIT License
327 stars 17 forks source link

DPI aware issue #37

Closed drthinh closed 5 years ago

drthinh commented 5 years ago

Applications appear blur and unclarity when display in Full HD display

khchen commented 5 years ago

Does wSetSysemDpiAware() or wSetPerMonitorDpiAware() work or not?

drthinh commented 5 years ago

Thanks for your reply, I have researched document, but didn't find DPI aware functions, only: getDpi, getDpiScaleRatio, dpiScale. I think it is a common problem, should it be noticed in document. btw, after add "wSetSysemDpiAware()", it is nice now! Thank you :D

khchen commented 5 years ago

Because this function is not belong to a window. The document: https://khchen.github.io/wNim/wUtils.html