先上图片;
部分关键代码:
public TextView makeText(String type,int size) {
Typeface face = Typeface.createFromAsset(getAssets(), type);
TextView tv = new TextView(this);
tv.setText(R.string.helloChina);
tv.
先上图片;
部分关键代码:
public TextView makeText(String type,int size) {
Typeface face = Typeface.createFromAsset(getAssets(), type);
TextView tv = new TextView(this);
tv.setText(R.string.helloChina);
tv.