picoe/Eto

WebView control font size bug on Windows tablet

Open

#346 geöffnet am 16. Mai 2015

Auf GitHub ansehen
 (13 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (320 Forks)batch import
help wanted

Repository-Metriken

Stars
 (3.387 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 23h) (15 gemergte PRs in 30 T)

Beschreibung

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