首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

android中运用arial字体

2013-07-08 
android中使用arial字体TextView textView (TextView) findViewById(R.id.about_us_content)Typeface t

android中使用arial字体
TextView textView = (TextView) findViewById(R.id.about_us_content);Typeface tf = Typeface.createFromAsset(getAssets(), "arial.ttf"); textView.setTypeface(tf);

?

热点排行