Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Typeface tf = Typeface.createFromAsset(this.getAssets(), "Tikkana.ttf"); System.out.println("8888 "+tf.getStyle()); System.out.println(tf); yourName.setTypeface(tf);
我正在使用上面的代码,但它不起作用。文本显示为一些矩形框。
尝试使用它。http://codinglookseasy.blogspot.in/2012/08/localization-using-ttf-files.html