diff options
author | Raph Levien <raph@google.com> | 2012-12-04 15:20:52 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-12-04 15:21:08 -0800 |
commit | a7acb4b9cdbf39b3456bd45ef82681716e1ab2f8 (patch) | |
tree | d1afdac4360fff47a222dd2f1f0ae6a38baa2cb3 /data/fonts | |
parent | 652d8fc944c011eb15202f678588723aa9f38a84 (diff) | |
parent | ab815a701ef025ce5eb382e8ecbb69d536c598c4 (diff) | |
download | frameworks_base-a7acb4b9cdbf39b3456bd45ef82681716e1ab2f8.zip frameworks_base-a7acb4b9cdbf39b3456bd45ef82681716e1ab2f8.tar.gz frameworks_base-a7acb4b9cdbf39b3456bd45ef82681716e1ab2f8.tar.bz2 |
Merge "Fix for bug 7467609 Bad rendering of Telugu text" into jb-mr1.1-dev
Diffstat (limited to 'data/fonts')
-rw-r--r-- | data/fonts/fallback_fonts.xml | 16 |
1 files changed, 9 insertions, 7 deletions
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 @@ </family> <family> <fileset> - <file>DroidSansFallback.ttf</file> + <file>Lohit-Telugu.ttf</file> </fileset> </family> <family> <fileset> - <file lang="ja">MTLmr3m.ttf</file> + <file>DroidSansFallback.ttf</file> </fileset> </family> - <!-- - Fonts below this point have problematic glyphs and should not be moved - higher in the fallback list until those glyphs have been fixed. - --> <family> <fileset> - <file>Lohit-Telugu.ttf</file> <!-- masks U+FFBC-10007 --> + <file lang="ja">MTLmr3m.ttf</file> </fileset> </family> + <!-- Note: complex scripts (i.e. those requiring shaping in Harfbuzz) have + a cumulative limit of 64k glyphs. Thus, if they are placed after the + large fonts such as DroidSansFallback, they are likely to render + incorrectly. Please use caution when putting fonts toward the end of + the list. + --> </familyset> |