Comment #5 on issue 21149 by fengshenx: chinese ttf font with embedded bitmap fonts was not well support http://code.google.com/p/chromium/issues/detail?id=21149
I saw the comment. Indeed, the comment is a workaround while my patch is the fix. Embedded bitmap is configurable for every font in fontconfig. It means Japanese users should disable bitmap in fontconfig rather than in Skia. Skia should not *ALWAY* disable embedded bitmaps but detect the configuration and follow the system wide font rules through fontconfig. This is how Firefox's cairo does, as well as how GNOME/KDE desktop does. And this is also why Chrome shows ugly Chinese font comparing to Firefox. -- 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 -~----------~----~----~----~------~----~------~--~---
