Using a custom font in a TextView

suggest change
public void setFont(TextView textView) {
    textView.setTypeface(myFont);    
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents