Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种简单的方法可以更改 Android 中字符串或单词中第一个字母的字体?例如,我想为标题中每个单词的第一个字母使用奢华的哥特式字体,然后将标题的其余部分使用较小的字体。
使用自定义导入的字体,所以我不确定 HTML 标签是否有效。
我最好的猜测是使用 aSpannable作为具有不同字体的第一个字母,使用TypefaceSpan. 例子。
Spannable
TypefaceSpan
如果你想使用自己的自定义字体,你应该扩展 TypefaceSpan。