[Webkit-unassigned] [Bug 93263] Monospace font does not render in proper sizes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 5 05:49:48 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=93263
--- Comment #7 from mdesign <m.karoly at martondesign.com> 2012-12-05 05:52:14 PST ---
Im using webkit in Qt. I found a workaround:
Commenting out this row in this file makes the monospace fonts render correctly:
/src/3rdparty/webkit/WebCore/platform/graphics/qt/FontPlatformDataQt.cpp
font.setStyleStrategy(QFont::ForceIntegerMetrics);
--
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