Merge pull request #745 from exhalatio/dpi-1
Fix Blurry Fonts on High-DPI Windows 10
This commit is contained in:
commit
2b35fd2cff
|
@ -39,6 +39,9 @@
|
|||
<StackReserveSize>1</StackReserveSize>
|
||||
<DataExecutionPrevention>false</DataExecutionPrevention>
|
||||
</Link>
|
||||
<Manifest>
|
||||
<EnableDPIAwareness>true</EnableDPIAwareness>
|
||||
</Manifest>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="Logging.cpp" />
|
||||
|
@ -319,4 +322,4 @@
|
|||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue