I am using the gurumukhi(Punjabi) font in my application. It is working fine in the lower version but not in the higher versions. I am doing this way
Typeface tf = Typeface.createFromAsset(getAssets(),"bulara_5.ttf");
Book_Data.setTypeface(tf);
Book_Data.setText( XMLfunctions.getValue(e, "Pun"));
Can anyone help me. How can i make it so it support the higher version as well. Any help is appriciated.