第一步根吁,在assets目錄下新建fonts目錄,把ttf字體文件放到這合蔽。
第二步击敌,程序中調用:
AssetManager mgr=getAssets();//得到AssetManager
Typeface tf=Typeface.createFromAsset(mgr, "ygydfhc.ttf");
caiNiXiHuan.setTypeface(tf);
2.在xml文件中使用android:textStyle=”bold” 可以將英文設置成粗體, 但是不能將中文設置成粗體拴事,
將中文設置成粗體的方法是:
TextView tv = (TextView)findViewById(R.id.TextView01);
tv.getPaint().setFakeBoldText(true);//中文仿“粗體”--使用TextPaint的仿“粗體”設置setFakeBoldText為true沃斤。