android - install font to android platform without root

后端 未结 2 885
半阙折子戏
半阙折子戏 2020-12-02 03:12

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 fi

相关标签:
2条回答
  • 2020-12-02 03:37

    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.

    0 讨论(0)
  • 2020-12-02 03:46

    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 讨论(0)
提交回复
热议问题