Ian wrote:When you build windows binaries you can embed an optional manifest if I recall which tells windows if the app is dpi aware. If it's not set it'll render it at 96dpi or whatever and stretch it up to fit. So these apps look a bit blurry
I forget all the details but it might be worth looking into this
How do you embed a manifest into a Win32 app? I'm aware that UWP apps have that. It would be good to do this for Supermodel if possible.