I am using Canvas and Paint to draw my text. There is no option that I can find to change font type
finalScorePaint.setTextSize(72);
finalScorePaint.setColor(Color.WHITE);
canvas.drawText("Your Score is:", 250, 450, finalScorePaint);
How can I do this?