Android 在TextView中使用自定义字体

示例

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