What is TypefaceHelper?

We can use various custom typefaces asset for any text views(like TextView, Button, RadioButton, EditText, etc.), but there’s no way to set the typeface as a styled theme to apply the typeface for overall screens in the app.

This library helps to do it in easy way 🙂

And there’s also a serious bug that creating typeface from asset resource will cause memory leak, this library will take care about this problem as well.

Overview