StackOverflow 文件 Android 教程 自定義字型 在 TextView 中使用自定義字型 在 TextView 中使用自定義字型 Created: November-22, 2018 public void setFont(TextView textView) { textView.setTypeface(myFont); } 通過 xml 在 TextView 上應用字型(不需要 Java 程式碼)初始化字型