[Webkit-unassigned] [Bug 50147] [Qt] 4 fast/text tests fail with Qt 4.7.1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 29 16:52:19 PDT 2011


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





--- Comment #2 from Joe Wild <joseph.wild at nokia.com>  2011-03-29 16:52:19 PST ---
X is char 8204 (0x200C), zero width whitespace non-joining

without -use-test-fonts
JPW: Font::floatWidthForSimpleText  string =  "fXi" 
Index =  0 ch =  'f' Width =  13 
Index =  1 ch =  'X' Width =  0 
Index =  2 ch =  'i' Width =  11 

with -use-test-fonts
JPW: Font::floatWidthForSimpleText  string =  "fXi" 
Index =  0 ch =  'f' Width =  13 
Index =  1 ch =  'X' Width =  10 
Index =  2 ch =  'i' Width =  11 

So shows QFontMetrics wrong/different for WebKit Test Fonts.

I can see about 50 fonts normally and only 5 fonts
with -use-test-fonts.  Not sure why this is.  I would
expect the webkit test fonts to be added in addition to the
other fonts.

-- 
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