Skip to content

Instantly share code, notes, and snippets.

@Trinea
Created February 7, 2014 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Trinea/8862126 to your computer and use it in GitHub Desktop.
Save Trinea/8862126 to your computer and use it in GitHub Desktop.
Custom fonts in Android the easy way
use
Typeface typeface = Typeface.createFromAsset(assetManager, filePath)
and cache it
from: https://github.com/chrisjenx/Calligraphy/blob/master/calligraphy/src/main/java/uk/co/chrisjenx/calligraphy/TypefaceUtils.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment