經安全檢測,此網站為安全網站,請放心前往原始網址!

android - Set TextView style (bold or italic) - Stack Overflow

Programmatialy: You can do programmatically using setTypeface(): textView.setTypeface(null, Typeface.NORMAL); // for Normal Text textView.setTypeface(null, Typeface.BOLD); // for Bold only textView.setTypeface(null, Typeface.ITALIC); // for Italic ...

stackoverflow.com

網址安全性掃描由 google 提供