问题
To display Tifinagh characters on Android emulator I tried this method:
TextView tv=(TextView)findViewById(R.id.font);
Typeface face=Typeface.createFromAsset(getAssets(),"fonts/MZTIFIYU.TTF");
tv.setTypeface(face);
However it didn't work. I still see boxes instead of characters.
Is there any other way to resolve this?
回答1:
Azul :) I'm able to see the Tifinagh characters using this font: t_ircam-webfont.ttf
You could also check this answer for additional help.
来源:https://stackoverflow.com/questions/13322347/display-the-tifinagh-alphabet-on-android-emulator