picoe/Eto

WebView control font size bug on Windows tablet

Open

#346 aberto em 16 de mai. de 2015

Ver no GitHub
 (13 comments) (0 reactions) (0 assignees)C# (320 forks)batch import
help wanted

Métricas do repositório

Stars
 (3.387 stars)
Métricas de merge de PR
 (Mesclagem média 2d 23h) (15 fundiu PRs em 30d)

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.

Guia do colaborador