Android 台灣中文網

標題: 针对正常字体 [打印本頁]

作者: ybqaa    時間: 2015-1-15 20:21
標題: 针对正常字体
针对正常字体

       //普通正常字体

       normal=newTextView(this);      


       //设置字体内容,请注意:目前Android主要针对拉丁语系可使用字型设定,中文暂不支持

       normal.setText("Normal Font FYI");      


       //设置字体大小

       normal.setTextSize(20.0f);

       //设置字型为默认,正常字体

       normal.setTypeface(Typeface.DEFAULT,Typeface.NORMAL);

       //增加该字体并显示到布局linearLayout中

        linearLayout.addView(normal,newLinearLayout.LayoutParams(LayoutParams.WRAP_CONTENT,LayoutParams.WRAP_CONTENT));

作者: enomars    時間: 2015-1-22 14:48
感謝感謝感謝感謝感謝感謝




歡迎光臨 Android 台灣中文網 (https://apk.tw/) Powered by Discuz! X3.1