android - install font to android platform without root

十年热恋 提交于 2019-11-26 14:58:06

问题


I develop new app that wrote (coptic) its an old Egyptian language , I need to install specific font to android platform make this language readable .

I search if find app do the same function iFont

plus when I access font folder, I find its allowable to install font

Get fonts online , so how can I install font programatically to this folder

thank you


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/30996621/android-install-font-to-android-platform-without-root

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