首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

Graphics-Typefaces

2012-08-21 
Graphics-----Typefaces1. 用法PaintmPaint new Paint(Paint.ANTI_ALIAS_FLAG)Typeface mFace Typefa

Graphics-----Typefaces
1. 用法

Paint    mPaint = new Paint(Paint.ANTI_ALIAS_FLAG);Typeface mFace = Typeface.createFromAsset(getContext().getAssets(),                                             "fonts/samplefont.ttf");mPaint.setTypeface(mFace);

热点排行