picoe/Eto

WebView control font size bug on Windows tablet

Open

#346 aperta il 16 mag 2015

Vedi su GitHub
 (13 commenti) (0 reazioni) (0 assegnatari)C# (320 fork)batch import
help wanted

Metriche repository

Star
 (3387 star)
Metriche merge PR
 (Merge medio 2g 23h) (15 PR mergiate in 30 g)

Descrizione

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.

Guida contributor