问题描述
Is there any standard monospaced serif font on Android? I can find a monospaced sans-serif, but no luck with a serif.
If there is one, what is it?
推荐答案
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
And
android-sdk-linux/platforms/android-17/data/fonts/fonts.mk
You can, of course, roll your own.