我有两种字体:
Typeface typeface_font_arabic = Typeface.createFromAsset(context.getAssets(), "arial.ttf");
Typeface typeface_font_number = Typeface.createFromAsset(context.getAssets(), "aclonica.ttf");
如何在字符串TextView android中使用不同的字体?
这是我在android中的代码
答案 0 :(得分:0)
您可以使用" SpannableString",请点击此处:
1。SpannableString example 2. How set Spannable object font with custom font