【发布时间】:2018-01-25 00:18:46
【问题描述】:
我有两种字体:
Typeface typeface_font_arabic = Typeface.createFromAsset(context.getAssets(), "arial.ttf");
Typeface typeface_font_number = Typeface.createFromAsset(context.getAssets(), "aclonica.ttf");
如何在字符串TextView android中使用不同的字体?
这是我在 android 中的代码
【问题讨论】:
-
@BenP。我从文档中看不懂:(
标签: android listview textview android-studio-3.0 android-typeface