我为我的应用程序使用自定义字体。代码集成起来非常简单:
Typeface tf = Typeface.createFromAsset(getApplicationContext().getAssets(),
"fonts/PermanentMarker.ttf");
textview.setTypeface(tf);
但是我的一些 TextViews 有工件:http ://desmond.imageshack.us/Himg11/scaled.php?server=11&filename=screenshot2012050621514.png&res=landing
我真的不知道它来自哪里。你有什么主意吗 ?