picoe/Eto

WebView control font size bug on Windows tablet

Open

#346 opened on May 16, 2015

View on GitHub
 (13 comments) (0 reactions) (0 assignees)C# (3,387 stars) (320 forks)batch import
help wanted

Description

So I just bought myself a funky windows tablet with retina like display (2k), when opening my Eto app with embedded webview my fonts look really ugly because it looks like they have been enlarged (by some unknown process) on the very high dpi display and the anti-aliasing is not working very well.

When I open the exact same webpage in IE (on the same pc) the fonts all look crystal clear.

Somewhere along the chain, the embedded IE is trying to scale up the font sizes and not doing a very good job..

Very strange.

Contributor guide