diff options
author | Raph Levien <raph@google.com> | 2012-12-04 16:35:16 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-12-04 16:35:16 -0800 |
commit | 8a3def6ef9d6c16e25ba4927f5b23081e8dd0cc8 (patch) | |
tree | 60b81eb26ce701b505907659b48dda9b9b292bf9 /data/fonts | |
parent | 98c958097b0dd458ffd3e12f9692c0c9522d932e (diff) | |
parent | 0da0d337752ea153fb0e9f5d73512060ff007f6d (diff) | |
download | frameworks_base-8a3def6ef9d6c16e25ba4927f5b23081e8dd0cc8.zip frameworks_base-8a3def6ef9d6c16e25ba4927f5b23081e8dd0cc8.tar.gz frameworks_base-8a3def6ef9d6c16e25ba4927f5b23081e8dd0cc8.tar.bz2 |
am 0da0d337: am a7acb4b9: Merge "Fix for bug 7467609 Bad rendering of Telugu text" into jb-mr1.1-dev
* commit '0da0d337752ea153fb0e9f5d73512060ff007f6d':
Fix for bug 7467609 Bad rendering of Telugu text
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> |