Is it possible to change Android emulator fonts?

本小妞迷上赌 提交于 2019-12-24 01:12:39

问题


I need to change installed on Android emulator fonts. E.g. I would like to install TrueType font which covers some other locales like Arabic, Chinese or so. I just wonder is it possible or not?


回答1:


You should overwrite /system/fonts/DroidSansFallback.ttf using adb or another tool. Make sure to have a backup of the file first.



来源:https://stackoverflow.com/questions/4154639/is-it-possible-to-change-android-emulator-fonts

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!