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