Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0da0d337 authored by Raph Levien's avatar Raph Levien Committed by Android Git Automerger
Browse files

am a7acb4b9: Merge "Fix for bug 7467609 Bad rendering of Telugu text" into jb-mr1.1-dev

* commit 'a7acb4b9':
  Fix for bug 7467609 Bad rendering of Telugu text
parents 8f7eddbe a7acb4b9
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -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>