Rank: Newbie
Groups: Registered
Joined: 1/26/2016(UTC) Posts: 5  Location: Moscow
|
Is there any way to improve text clarity when downscaled? See attached image. WPF PDFviewer is at the top, and at the bottom is the same document loaded in WPF browser control (using Adobe ActiveX).  It looks a little better when Windows 10 scaling is set to 100%  But still, worse than Adobe. Edited by user Wednesday, January 27, 2016 12:21:59 AM(UTC)
| Reason: Not specified
|
|
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 1/26/2016(UTC) Posts: 5  Location: Moscow
|
Here is a very simple test file (text and 1pt rectangle): GDrive ClarityTest.pdfFrom onedriveand result for WPF control and OneDrive (windows DPI is 125%).  If you zoom in, you can see that is uses ClearType (colored subpixel antialiasing) and WPF control - no. I found that Chrome also doesn't use cleartype, but at least it works correctly with windows scaling:  Edited by user Sunday, January 31, 2016 8:19:42 AM(UTC)
| Reason: Not specified
|
|
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/5/2016(UTC) Posts: 1,138
Thanks: 10 times Was thanked: 133 time(s) in 130 post(s)
|
I have found the solution for WinForms application. To resolve this problem you should add to your project a manifest file with following attributes: Code: <application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
</windowsSettings>
</application>
Edited by user Sunday, January 31, 2016 7:36:20 PM(UTC)
| Reason: Not specified
|
|
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/5/2016(UTC) Posts: 1,138
Thanks: 10 times Was thanked: 133 time(s) in 130 post(s)
|
|
|
|
|
|
|
Forum Jump
You can post new topics in this forum.
You can reply to topics in this forum.
You can delete your posts in this forum.
You can edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close