|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Typeface | |
|---|---|
| android.graphics | |
| android.widget | |
| Uses of Typeface in android.graphics |
|---|
| Fields in android.graphics declared as Typeface | |
|---|---|
static Typeface |
Typeface.DEFAULT
|
static Typeface |
Typeface.DEFAULT_BOLD
|
static Typeface |
Typeface.MONOSPACE
|
static Typeface |
Typeface.SANS_SERIF
|
static Typeface |
Typeface.SERIF
|
| Methods in android.graphics that return Typeface | |
|---|---|
static Typeface |
Typeface.create(String familyName,
int style)
|
static Typeface |
Typeface.create(Typeface family,
int style)
|
static Typeface |
Typeface.createFromAsset(AssetManager mgr,
String path)
|
static Typeface |
Typeface.createFromFile(File path)
|
static Typeface |
Typeface.createFromFile(String path)
|
static Typeface |
Typeface.defaultFromStyle(int style)
|
Typeface |
Paint.getTypeface()
|
Typeface |
Paint.setTypeface(Typeface typeface)
|
| Methods in android.graphics with parameters of type Typeface | |
|---|---|
static Typeface |
Typeface.create(Typeface family,
int style)
|
Typeface |
Paint.setTypeface(Typeface typeface)
|
| Uses of Typeface in android.widget |
|---|
| Methods in android.widget that return Typeface | |
|---|---|
Typeface |
TextView.getTypeface()
|
| Methods in android.widget with parameters of type Typeface | |
|---|---|
void |
Switch.setSwitchTypeface(Typeface tf)
|
void |
Switch.setSwitchTypeface(Typeface tf,
int style)
|
void |
TextView.setTypeface(Typeface tf)
|
void |
TextView.setTypeface(Typeface tf,
int style)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||