TypefaceHelper icon indicating copy to clipboard operation
TypefaceHelper copied to clipboard

Helper object for injecting typeface into various text views of android.

Results 4 TypefaceHelper issues
Sort by recently updated
recently updated
newest added

As Google added an official support for font and font-family, we don't need to put font files in assets directory any more and move them into font resource. https://developer.android.com/preview/features/fonts-in-xml.html

This library is great! How to reset all view to font old after changed. Thank

This library is great. However there are scenarios where you can set a widget's font only via its public methods. ex. `public void setValueTypeface(Typeface tf)` It would be great to...

I am using the library in one of my project. For complete activity is works fine, but if the activity has an fragment it doesn't work then. Moreover inside the...