Typeface tf = Typeface.createFromAsset(this.getAssets(), "Tikkana.ttf");
System.out.println("8888 "+tf.getStyle());
System.out.println(tf);
yourName.setTypeface(tf);
I am using above code but it is not working. The text is displaying like some rectangular boxes.