Use the setTypeface method on your Paint object to set the font to something with the bold style turned on.
paint.setTypeface(Typeface.create(Typeface.DEFAULT, Typeface.BOLD));
Use the setTypeface method on your Paint object to set the font to something with the bold style turned on.
paint.setTypeface(Typeface.create(Typeface.DEFAULT, Typeface.BOLD));