Comment #2 on issue 16403 by [email protected]: Font fallback for
missing glyphs can find a non-scalable font.
http://code.google.com/p/chromium/issues/detail?id=16403
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=20351
------------------------------------------------------------------------
r20351 | [email protected] | 2009-07-09 18:22:39 -0700 (Thu, 09 Jul 2009) |
12 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/skia/ext/SkFontHost_fontconfig_direct.cpp?r1=20351&r2=20350
M
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/api/src/gtk/WebFontInfo.cpp?r1=20351&r2=20350
Linux: don't crash when performing font fallback to a non-scalable font.
Previously we were filtering out non-scalable fonts /after/ the fact.
This patch changes it so that we specify to fontconfig that it
shouldn't return non-scalable fonts to us.
We also duplicate this code into WebFontInfo so that we don't get
these issues when performing glyph-fallback.
http://codereview.chromium.org/149437
BUG=16403
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---