Methods Summary |
---|
public static android.graphics.Typeface | create(java.lang.String familyName, int style)
throw new RuntimeException("Stub!");
|
public static android.graphics.Typeface | create(android.graphics.Typeface family, int style)
throw new RuntimeException("Stub!");
|
public static android.graphics.Typeface | createFromAsset(android.content.res.AssetManager mgr, java.lang.String path)
throw new RuntimeException("Stub!");
|
public static android.graphics.Typeface | createFromFile(java.lang.String path)
throw new RuntimeException("Stub!");
|
public static android.graphics.Typeface | createFromFile(java.io.File path)
throw new RuntimeException("Stub!");
|
public static android.graphics.Typeface | defaultFromStyle(int style)
throw new RuntimeException("Stub!");
|
public boolean | equals(java.lang.Object o)
throw new RuntimeException("Stub!");
|
protected void | finalize()
throw new RuntimeException("Stub!");
|
public int | getStyle()
throw new RuntimeException("Stub!");
|
public int | hashCode()
throw new RuntimeException("Stub!");
|
public final boolean | isBold()
throw new RuntimeException("Stub!");
|
public final boolean | isItalic()
throw new RuntimeException("Stub!");
|