`

Android中中文字体加粗

阅读更多
一、在xml文件中使用android:textStyle=”bold”
 
二、但是不能将中文设置成粗体,将中文设置成粗体的方法是:

TextView tv = ( TextView) findViewById( R. id . TextView01) ;
TextPaint tp = tv. getPaint ( ) ;
tp. setFakeBoldText( true) ;

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics