Arial font for text in Android

后端 未结 6 1438
悲哀的现实
悲哀的现实 2021-02-20 04:11

I want to show text in Arial font. But Arial font is not available in android system fonts. I don\'t want to use arial ttf file in my application. Is there any other way to appl

6条回答
  •  面向向阳花
    2021-02-20 04:39

    Consider using Calligraphy to have any custom font in your Android application.

    You will not need to add code in each TextView to apply a font. Simply initialise at application startup and you're good to go.

提交回复
热议问题