[Webkit-unassigned] [Bug 75710] [Qt] Test fonts metric differencies with Qt5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 6 09:44:21 PST 2012


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





--- Comment #1 from Balazs Kelemen <kbalazs at webkit.org>  2012-01-06 09:44:21 PST ---
Some debugging showed that there is no difference in the font used on the system where the issue is triggering. The same font is used from the testsfonts as it should be, so different system fonts is not a reason for the failures.

The culprit is QFreetypeFace::getFace (qfontengine_ft.cpp)

} else if (FT_New_Face(freetypeData->library, face_id.filename, face_id.index, &face)) {
   return 0;
}

filename and index are the same, the file is n019043l.pfb from the testfonts.
However, freetype gives a different font face with different glyphs and advances.
So it seems to be a change in freetype or something similar.
The question is how could we avoid these differences without rebasing every platform result.

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