Closed GoogleCodeExporter closed 9 years ago
Original comment by tinyeeliu@gmail.com
on 2 May 2012 at 6:31
this code work with a good path:
public T typeface(String typeface){
if(view != null){
Context context = getContext();
((TextView) view).setTypeface(Typeface.createFromAsset(context.getAssets(), typeface));
}
return self();
}
Original comment by julien.quievreux
on 10 May 2012 at 2:34
Original comment by tinyeeliu@gmail.com
on 13 Jul 2012 at 7:43
Original issue reported on code.google.com by
julien.quievreux
on 2 May 2012 at 2:20