Graphics-----Typefaces 1. 用法
Paint mPaint = new Paint(Paint.ANTI_ALIAS_FLAG);Typeface mFace = Typeface.createFromAsset(getContext().getAssets(), "fonts/samplefont.ttf");mPaint.setTypeface(mFace);