
Some key improvements have been made in Windows 10 that affect fonts more details on this are provided below. On Windows 10 desktop, this issue typically involves text in languages other than the languages for which that system is configured, and within certain types of apps that support scenarios in which international languages may be encountered (e.g., browsing the Web, and user notifications in social networking apps). On Windows 10 Mobile, this issue is most likely to involve East Asian languages (Chinese, Japanese, Korean). This issue typically involves text in Middle East or Asian languages (Arabic, Chinese, Hindi, etc.). I'm trying this using Android 4.1.2 and I'm able to have Khmer font show up fine for input and display.īy default, Android uses the Droid font family (Droid Sans, Droid Sans Mono, and Droid Serif).When running certain apps on Windows 10 desktop or Windows 10 Mobile, some characters display as a square or rectangular box, or as a box with a dot, question mark or “x” inside, while the same app running on earlier Windows or Windows Phone versions did not have this problem. These fonts do not have Khmer characters, so if you try to display a Khmer character, the text will look blank or broken. You need to show the text using a font family that has Khmer characters (like KhmerOS). You then need to set the typeface of any views to that font, including TextViews and EditTexts: TextView textView = (TextView) findViewById(R.id.textView1) ĮditText editText = (EditText) findViewById(R.id.editText1) You'll need to provide the font to the app by placing it in the assets folder. Typeface tf = Typeface.createFromAsset(getAssets(), "KhmerOS.ttf") Only for those who needs to see Khmer text in android phone which are not support Khmer fonts by system. You don't need this app if you use English only.

But do you know you can still use any of your favorite Android or iOS apps on your laptop even if the official version for PC platform not available Yes, they. In some phones like Nexus 4, Nexus 5, Intex, Carbonn, Micromax, HTC and Sony series Khmer font is not supporting.


If you want your users to type in Khmer, they'll need to have a Khmer keyboard installed (such as Khmer Standard Keyboard).īy doing this, you should be able to have an app that can display Khmer and take Khmer input. The only problem I had when trying this out is that when using Android 2.2, the font was broken (some characters show as dotted circles or plus signs). I'm not sure why this is, but it seems to be fine in newer Android versions.
