读书人

android中运用arial字体

发布时间: 2013-07-08 14:13:00 作者: rapoo

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

?

读书人网 >Android

热点推荐