android textview 代码设置字体大小包含适配时间:2020-11-24 17:28:38setTextSize(TypedValue.COMPLEX_UNIT_PX,12); //12像素 setTextSize(TypedValue.COMPLEX_UNIT_SP,12); //12SP setTextSize(TypedValue.COMPLEX_UNIT_DIP,12);//12DIP 次方法,包含适配。