本文介绍了在Android等宽衬线字体的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有什么标准的等宽衬线字体在Android?我能找到一个等宽无衬线,但有衬线没有运气。
Is there any standard monospaced serif font on Android? I can find a monospaced sans-serif, but no luck with a serif.
如果有,是什么呢?
推荐答案
回答是否定的,我相信Droid的三世 Mono是唯一的等宽字体在平台可用。参见:
Answer is no, I believe Droid Sans Mono is the only monospaced font available in the platform. See:
android-sdk-linux/platforms/android-17/data/fonts/system_fonts.xml
和
android-sdk-linux/platforms/android-17/data/fonts/fonts.mk
您可以,当然,滚你自己。
You can, of course, roll your own.
这篇关于在Android等宽衬线字体的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!