I have following code to set the font for setting the telugu font. while checking from the json, the data is correct. but while checking in textview, there is the spelling mistake in the fonts.
Typeface font=Typeface.createFromAsset(activity.getAssets(), "fonts/vemana2000.ttf");
holder.text.setTypeface(font);
holder.text.setText(data[position]);
How to solve this? Any help is appreciated and thanks in advance…
Maybe your font does not contain appropriate characters.