我在谷歌搜索了很多但是我能够在textview中发送一个自定义字体或文本但我想在同一个textview中设置两个可以任何人帮助我这个我的textview
<TextView
android:id="@+id/pleaseRead"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/pleasereadthis" />*
答案 0 :(得分:0)
您可以使用提供广泛字体功能的lib @ https://github.com/chrisjenx/Calligraphy。
否则创建如下字体
Typeface t = createFromAsset(AssetManager mgr, String path)
然后
textview.setTypeface(t)