标题:
画笔粗细的设置
[打印本页]
作者:
look_w
时间:
2019-3-15 17:12
标题:
画笔粗细的设置
public static void setTypeFace(Context context, Paint paint, Typeface tf) {
if(tf!=null){
paint.setTypeface(tf);
}else{
// paint.setTypeface(Typeface.DEFAULT_BOLD);
Typeface font = Typeface.create(Typeface.SANS_SERIF, Typeface.NORMAL);
paint.setTypeface(font);
}
}
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/)
Powered by Discuz! 7.0.0