Making a TypeFace Helper Class

后端 未结 2 398
既然无缘
既然无缘 2021-01-03 08:14

I have about 10-15 Activity\'s or Fragment\'s in my app. I have about 5 different TypeFaces I am using (mostly Roboto variants).

2条回答
  •  北海茫月
    2021-01-03 08:46

    If you are one of the few lucky ones using minApi 24 you don't have to do anything at all as createFromAsset() has a Typeface cache implemented starting API 24. If not, refer to @MH.'s answer.

提交回复
热议问题