From ab815a701ef025ce5eb382e8ecbb69d536c598c4 Mon Sep 17 00:00:00 2001 From: Raph Levien Date: Tue, 4 Dec 2012 14:02:43 -0800 Subject: Fix for bug 7467609 Bad rendering of Telugu text This change moves Telugu back before the fallback font. Previously it had been moved to after it because it contained incorrect mappings of a number of characters, including U+2212 and U+FFFD. These fonts have now been fixed. When placed after the Droid Sans Fallback font, the glyph count for complex script shaping exceeded the 2^16 limit, causing incorrect rendering. This patch depends on the fix for the Lohit-Telugu font. Change-Id: Ib1bc665a246c4ad65a0dea1c261df5696b440344 --- data/fonts/fallback_fonts.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'data/fonts') diff --git a/data/fonts/fallback_fonts.xml b/data/fonts/fallback_fonts.xml index 50ff437..999ddc4 100644 --- a/data/fonts/fallback_fonts.xml +++ b/data/fonts/fallback_fonts.xml @@ -103,21 +103,23 @@ - DroidSansFallback.ttf + Lohit-Telugu.ttf - MTLmr3m.ttf + DroidSansFallback.ttf - - Lohit-Telugu.ttf + MTLmr3m.ttf + -- cgit v1.1