1.代码修改
Typeface typeface = Typeface.createFromAsset(getAssets(), "fonts/road_rage.otf");
wTvTest.setTypeface(typeface);
2.xml修改
android:fontFamily="@font/berkshire_swash_regular"
更多字体查看

1.代码修改
Typeface typeface = Typeface.createFromAsset(getAssets(), "fonts/road_rage.otf");
wTvTest.setTypeface(typeface);
2.xml修改
android:fontFamily="@font/berkshire_swash_regular"
更多字体查看
本文标题:Android Textview 布局以及代码修改字体属性(包含
本文链接:https://www.haomeiwen.com/subject/drdciktx.html
网友评论