📌  相关文章
📜  以编程方式更改字体android - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:14.778000             🧑  作者: Mango

代码示例1
Typeface typeface = ResourcesCompat.getFont(context, R.font.antonine); //your font heva to be save in the res/fonts folder
setTypeface(typeface);