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:


Custom Fonts:
*Using a custom font in a TextView

Table Of Contents
85Custom Fonts
169XMPP
230AIDL
242Okio