|
Rank: Member Groups: Member
Joined: 3/27/2020 Posts: 23
|
Hello,
EO Browser renders blurry fonts (especially for font sizes under 12px), whereas the exact same page on Chrome shows crisp text.
We have tried SetProcessDPIAware(), but it didn't help.
Any hints?
Best regards, Benoit
|
|
Rank: Member Groups: Member
Joined: 3/27/2020 Posts: 23
|
Doing some additional tests, the issue happens when DPI scaling at OS level is not 100% (e.g. 125% or 150%).
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
What version do you use?
|
|
Rank: Member Groups: Member
Joined: 3/27/2020 Posts: 23
|
The very last version EO.WebBrowser 20.1.30.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, This build should support high DPI value fine. However it is only enabled when high DPI is enabled on your application. This is enabled by default for WPF application, but for Windows Forms application, you must enable it yourself (typically by calling SetProcessDPIAware). If you still have problems after trying that, please try to create a test project and send the test project to us. See here for more details: https://www.essentialobjects.com/forum/test_project.aspxOnce we have the test project we will investigate further. Thanks!
|
|
Rank: Member Groups: Member
Joined: 3/27/2020 Posts: 23
|
Hi,
SetProcessDPIAware did the trick. We had tried it before, but obviously we had done something wrong.
Thanks again for your support.
Best regards, Benoit
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Great. Thanks for confirming!
|
|