+ Add Khmer alphabet support to the UI

This commit is contained in:
Kelson42 2014-06-18 12:57:23 +02:00
parent 73d667c2d9
commit 82419359dc
2 changed files with 1 additions and 0 deletions

BIN
assets/fonts/KhmerOS.ttf Normal file

Binary file not shown.

View File

@ -253,6 +253,7 @@ public class LanguageUtils {
// Define the exceptions to the rule. The font has to be placed in the assets folder.
// Key: the language code; Value: the name of the font.
HashMap<String, String> exceptions = new HashMap<String, String>();
exceptions.put("km", "fonts/KhmerOS.ttf");
exceptions.put("gu", "fonts/Lohit-Gujarati.ttf");
exceptions.put("my", "fonts/Parabaik.ttf");
exceptions.put("or", "fonts/Lohit-Odia.ttf");