android中使用arial字体
TextView textView = (TextView) findViewById(R.id.about_us_content);Typeface tf = Typeface.createFromAsset(getAssets(), "arial.ttf"); textView.setTypeface(tf);
?
发布时间: 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);
?