Use external fonts in android

后端 未结 6 1476
被撕碎了的回忆
被撕碎了的回忆 2020-11-27 13:31

I want to use external fonts in my app. I have tried adding new fonts using AssetManager but it did not work. Below is my code:

Typ         


        
6条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-27 14:16

    Use Fontinator it support booth OTF and TTF Fonts

    It is an Android-Library make it easy, to use custom Fonts.

    https://github.com/svendvd/Fontinator

提交回复
热议问题