您的位置:首页 > 移动开发 > Android开发

android 自定义字体 字体库 字体格式 使用攻略

2014-07-26 11:20 211 查看
先上图片;







部分关键代码:<喎�"http://www.2cto.com/kf/ware/vc/" target="_blank" class="keylink">vcD4KPHA+PHByZSBjbGFzcz0="brush:java;">public TextView makeText(String type,int size) { Typeface face = Typeface.createFromAsset(getAssets(), type); TextView tv = new TextView(this);
tv.setText(R.string.helloChina); tv.setTypeface(face); tv.setTextSize(size); return tv; }

?
字体库文件加载位置;

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: