i want to develop an application which contain malyalam text for that i want to add malayalam font.. is this compatible on all android devices.can any one please help me to
TextView tv; tv =(TextView)findViewById(R.id.textView1); Typeface Malayalam = Typeface.createFromAsset(getAssets(), "fonts/AnjaliOldLipi.ttf"); tv.setTypeface(Malayalam); tv.setText("ജീവിതത്തിന്റെ സൗഭാഗ്യമാണ്");