这是代码:
Typeface tf1 = Typeface.createFromAsset(this.getAssets(),"Urdu.ttf"); TextView textView = (TextView)findViewById(R.id.textView1); textView.setTypeface(tf1); textView.setText("یہ انگریزی نہیں");
谢谢