File
Doc
Category
Size
Date
Package
Typeface.java
API Doc
Android 5.1 API
1854
Sat Mar 14 14:09:44 GMT 2015
android.graphics
Typeface
java.lang.Object
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.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!");
Java Code Source