android - install font to android platform without root

五迷三道 提交于 2019-11-27 09:50:36
thiagolr

It is not possible to install new fonts without root, the iFont app only works without root on very few devices (please check their app description).

If you developed an app that needs a specific font, you should use the Typeface solution.

The best solution is to ship the font in your app by yourself and work with Typeface, as mentioned by @thiagolr. The easiest solution is to use Calligraphy in your project, so you can apply a custom font in your whole project in an easy way.

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