티스토리 뷰

반응형

how to set textView bold programmatically

 

textView.setTypeface(null, Typeface.BOLD_ITALIC)
textView.setTypeface(null, Typeface.BOLD)
textView.setTypeface(null, Typeface.ITALIC)
textView.setTypeface(null, Typeface.NORMAL)

 

반응형