Status: Untriaged Owner: ---- Labels: Type-Feature Pri-3 OS-Linux Area-BrowserBackend
New issue 8328 by [email protected]: Enable subpixel antialiasing http://code.google.com/p/chromium/issues/detail?id=8328 This will require changes in Skia. hbono also wrote: "When adding FT_LOAD_TARGET_LCD in skia, is it possible to add FT_LOAD_NO_BITMAP to ignore bitmap glyphs of a font? As far as I read the current skia, SkScalerContext_FreeType::generateImage() just copies the bitmap glyph to the output buffer when a font has bitmap glyphs. (Unfortunately, a lot of CJK fonts still have bitmap glyphs.) This causes a serious problem that we cannot render CJK characters at all when we use sub-pixel smoothing because the size of the bitmap glyph is not equal to the one of the output buffer in this case. Even though we can change the function to resize the bitmap glyphs, I think adding FT_LOAD_NO_BITMAP is easier to fix this edge case." See also bug 8138. -- 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 -~----------~----~----~----~------~----~------~--~---
