picoe/Eto

WebView control font size bug on Windows tablet

Open

#346 创建于 2015年5月16日

在 GitHub 查看
 (13 评论) (0 反应) (0 负责人)C# (320 fork)batch import
help wanted

仓库指标

Star
 (3,387 star)
PR 合并指标
 (平均合并 2天 23小时) (30 天内合并 15 个 PR)

描述

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.

贡献者指南