How to install custom font in android device

前端 未结 4 958
醉酒成梦
醉酒成梦 2020-12-06 05:18

I want to install custom font which is .ttf file in android device when my application start. Actually I need to install Burmese font in my android device when I run my app

4条回答
  •  天命终不由人
    2020-12-06 06:13

    you need to be on root of the device

    for that you can use this application EasyRoot.apk

    Download and install ES File Explorer (https://market.android.com/details?id=com.estrongs.android.pop)

    After that you need to enable root explorer. More info can obtained from this link

    http://chetangole.com/blog/2011/08/enabling-installing-hindi-marathi-unicode-fonts-on-android-mobile/

    save fonts on your device’s /system/font folder

    More info can obtained from this link

    http://chetangole.com/blog/2011/08/enabling-installing-hindi-marathi-unicode-fonts-on-android-mobile/

提交回复
热议问题