`
Clareshao
  • 浏览: 22597 次
  • 性别: Icon_minigender_1
  • 来自: 无锡
社区版块
存档分类
最新评论

android中添加arial字体(非android默认字体)

阅读更多
先在工程中添加字体文件,位置为assets/font/arial.ttf,文件见附件
TextView nameTextView = (TextView) convertView.findViewById(R.id.name);
        Typeface tf = Typeface.createFromAsset(context.getAssets(), "font/arial.ttf"); 
        nameTextView.setTypeface(tf);  

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics