android - install font to android platform without root

2.8k views Asked by At

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

enter image description here

2

There are 2 answers

3
thiagolr On

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.

0
Rafael Toledo On

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.