Added the getTypeface(Context, String) method to the TextViewUtil utility class.
Use this to get a custom font you have put in your project. Fonts should reside
in the assets folder. The string is the path to the font file, with the assets
folder being the "root". So, if you put your font into assets/fonts/font.ttf,
then the path to use in the method above would be "fonts/font.ttf".
Original issue reported on code.google.com by IMPINC...@gmail.com on 27 Apr 2013 at 6:52
Original issue reported on code.google.com by
IMPINC...@gmail.com
on 27 Apr 2013 at 6:52