android使用微软雅黑字体


android使用微软雅黑字体,需要下载字体 ttf文件

下载地址:http://download.csdn.net/detail/xiaoliu123586/9049815

放在assert,然后引用即可,如下图:

 

1 Button button= (Button) this.findViewById(R.id.stafflogin);
2 
3 Typeface mTypeface = Typeface.createFromAsset(this.getAssets(),"fonts/wryh.ttf");
4 button.setTypeface(mTypeface);

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM