[Webkit-unassigned] [Bug 108145] Italic characters overlaps with normal when set font "Arial"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 18:12:29 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=108145





--- Comment #4 from Chen Zhixiang <chenzx at cn.fujitsu.com>  2013-01-30 18:14:29 PST ---
I'm debugging this on Windows using Qt-4.8.4, which is not newest WebKit trunk code. However, problem seems still there after checking the code.

Modifying the ```setLogicalWidthForTextRun``` function in RenderBlockLineLayout.cpp partly solves this problem, however there is something else I don't considered(it's out of my ability now):

1、italic in vertical-writing? or rtl?
2、italic angle is sloping to left?
3、italic angle is each font-specific? (Currently it's QFontEngine-level in Qt)
4、The text highlight effect is not good

I also checked this problem in a iMac laptop, which may be not using the newest WebKit trunk code, —— problem is just there.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list