您的位置:首页 > 移动开发 > Android开发

android使用微软雅黑字体

2015-08-26 12:25 288 查看
android使用微软雅黑字体,需要下载字体 ttf文件

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

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



Button button= (Button) this.findViewById(R.id.stafflogin);

Typeface mTypeface = Typeface.createFromAsset(this.getAssets(),"fonts/wryh.ttf");
button.setTypeface(mTypeface);
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: