DxCapsViewer
DxCapsViewer copied to clipboard
Will it support High DPI?
It looks blurry on Windows 10 20H2.
Currently it does not include the DPIAware manifest elements, it's relying on back-compat behavior at the moment.
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<ms_windowsSettings:dpiAware xmlns:ms_windowsSettings="http://schemas.microsoft.com/SMI/2005/WindowsSettings">false</ms_windowsSettings:dpiAware>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>
I'll see if adding the manifest helps, but I'll need to see if I can find a repro.