-
evan@chromium.org authored
Reviewed by David Levin. [chromium] bold bengali text not rendered properly on Linux https://bugs.webkit.org/show_bug.cgi?id=37904 Add a layout test containing some bold Bengali text. * fast/text/international/bold-bengali.html: Added. * platform/chromium-linux/fast/text/international/bold-bengali-expected.checksum: Added. * platform/chromium-linux/fast/text/international/bold-bengali-expected.png: Added. * platform/chromium-linux/fast/text/international/bold-bengali-expected.txt: Added. 2010-04-27 Evan Martin <evan@chromium.org> Reviewed by David Levin. [chromium] bold bengali text not rendered properly on Linux https://bugs.webkit.org/show_bug.cgi?id=37904 We must let Skia do font fallback, rather than picking a font name then handing that to Skia. For example, if we have Bengali text and choose FreeSans + fake bold, and then later reuse the name, Skia will helpfully use FreeSansBold (which doesn't cover Bengali). Test: fast/text/international/bold-bengali.html * platform/graphics/chromium/FontCacheLinux.cpp: (WebCore::FontCache::getFontDataForCharacters): 2010-04-27 Evan Martin <evan@chromium.org> Reviewed by David Levin. [chromium] bold bengali text not rendered properly on Linux Roll forward Chrome DEPS so we get new Skia API. * DEPS: update Chrome to r45696. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@58341 268f45cc-cd09-0410-ab3c-d52691b4dbfc
evan@chromium.org authoredReviewed by David Levin. [chromium] bold bengali text not rendered properly on Linux https://bugs.webkit.org/show_bug.cgi?id=37904 Add a layout test containing some bold Bengali text. * fast/text/international/bold-bengali.html: Added. * platform/chromium-linux/fast/text/international/bold-bengali-expected.checksum: Added. * platform/chromium-linux/fast/text/international/bold-bengali-expected.png: Added. * platform/chromium-linux/fast/text/international/bold-bengali-expected.txt: Added. 2010-04-27 Evan Martin <evan@chromium.org> Reviewed by David Levin. [chromium] bold bengali text not rendered properly on Linux https://bugs.webkit.org/show_bug.cgi?id=37904 We must let Skia do font fallback, rather than picking a font name then handing that to Skia. For example, if we have Bengali text and choose FreeSans + fake bold, and then later reuse the name, Skia will helpfully use FreeSansBold (which doesn't cover Bengali). Test: fast/text/international/bold-bengali.html * platform/graphics/chromium/FontCacheLinux.cpp: (WebCore::FontCache::getFontDataForCharacters): 2010-04-27 Evan Martin <evan@chromium.org> Reviewed by David Levin. [chromium] bold bengali text not rendered properly on Linux Roll forward Chrome DEPS so we get new Skia API. * DEPS: update Chrome to r45696. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@58341 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Loading