How do you change text/font settings in an Android TextView?
TextView
For example, how do you make the text bold
If you're drawing it then this will do it:
TextPaint.setFlags(Paint.FAKE_BOLD_TEXT_FLAG);