在textview字符串android中设置两个或多个字体

时间:2018-01-25 00:18:46

标签: android listview textview android-studio-3.0 android-typeface

我有两种字体:

Typeface typeface_font_arabic = Typeface.createFromAsset(context.getAssets(), "arial.ttf");
    Typeface typeface_font_number = Typeface.createFromAsset(context.getAssets(), "aclonica.ttf");

如何在字符串TextView android中使用不同的字体?

这是我在android中的代码

样本: enter image description here

1 个答案:

答案 0 :(得分:0)

您可以使用" SpannableString",请点击此处:

1。SpannableString example 2. How set Spannable object font with custom font