FileDocCategorySizeDatePackage
Typeface.javaAPI DocAndroid 5.1 API1854Sat Mar 14 14:09:44 GMT 2015android.graphics

Typeface

public class Typeface extends Object

Fields Summary
public static final int
BOLD
public static final int
BOLD_ITALIC
public static final Typeface
DEFAULT
public static final Typeface
DEFAULT_BOLD
public static final int
ITALIC
public static final Typeface
MONOSPACE
public static final int
NORMAL
public static final Typeface
SANS_SERIF
public static final Typeface
SERIF
Constructors Summary
Typeface()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static android.graphics.Typefacecreate(java.lang.String familyName, int style)

 throw new RuntimeException("Stub!"); 
public static android.graphics.Typefacecreate(android.graphics.Typeface family, int style)

 throw new RuntimeException("Stub!"); 
public static android.graphics.TypefacecreateFromAsset(android.content.res.AssetManager mgr, java.lang.String path)

 throw new RuntimeException("Stub!"); 
public static android.graphics.TypefacecreateFromFile(java.lang.String path)

 throw new RuntimeException("Stub!"); 
public static android.graphics.TypefacecreateFromFile(java.io.File path)

 throw new RuntimeException("Stub!"); 
public static android.graphics.TypefacedefaultFromStyle(int style)

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object o)

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public intgetStyle()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public final booleanisBold()

 throw new RuntimeException("Stub!"); 
public final booleanisItalic()

 throw new RuntimeException("Stub!");