android 中设置字体的方式

android 中可以设置自己添加的字体:比如宋体之类的

Typeface typeface=Typeface.createFromAsset(getAssets(),"font/font_"+i+".ttf");
                textView.setTypeface(typeface);

汉字字体通常都是10M左右,放到apk中相当不划算 - -!,还是用图片代替。

posted @ 2012-09-01 16:15  lipeil  阅读(351)  评论(0编辑  收藏  举报