public class TypefaceUtils
extends java.lang.Object
| Constructor and Description | 
|---|
| TypefaceUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static android.graphics.Typeface | getTypeface(android.content.Context context,
           Roboto roboto) | 
| static android.graphics.Typeface | getTypeface(android.content.Context context,
           java.lang.String path) | 
| static android.graphics.Typeface | getTypeface(android.content.Context context,
           java.lang.String fontFamily,
           int textStyle) | 
public static android.graphics.Typeface getTypeface(android.content.Context context,
                                                    java.lang.String path)
public static android.graphics.Typeface getTypeface(android.content.Context context,
                                                    java.lang.String fontFamily,
                                                    int textStyle)
public static android.graphics.Typeface getTypeface(android.content.Context context,
                                                    Roboto roboto)