Android 台灣中文網
標題:
针对粗体字体
[打印本頁]
作者:
ybqaa
時間:
2015-1-15 20:21
標題:
针对粗体字体
针对粗体字体
//粗体字体
bold=newTextView(this);
bold.setText("Bold Font FYI");
bold.setTextSize(20.0f);
//设置字体颜色为蓝色
bold.setTextColor(Color.BLUE);
//设置字型为默认粗体,粗体字体
bold.setTypeface(Typeface.DEFAULT_BOLD, Typeface.BOLD);
linearLayout.addView(bold,newLinearLayout.LayoutParams(LayoutParams.WRAP_CONTENT,LayoutParams.WRAP_CONTENT));
歡迎光臨 Android 台灣中文網 (https://apk.tw/)
Powered by Discuz! X3.1