| Package | Description |
|---|---|
| android.graphics | |
| android.widget |
| Modifier and Type | Field and Description |
|---|---|
static Typeface |
Typeface.DEFAULT |
static Typeface |
Typeface.DEFAULT_BOLD |
static Typeface |
Typeface.MONOSPACE |
static Typeface |
Typeface.SANS_SERIF |
static Typeface |
Typeface.SERIF |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static Typeface |
Typeface.create(Typeface family,
int style) |
Typeface |
Paint.setTypeface(Typeface typeface) |
| Modifier and Type | Method and Description |
|---|---|
Typeface |
TextView.getTypeface() |
| Modifier and Type | Method and Description |
|---|---|
void |
Switch.setSwitchTypeface(Typeface tf) |
void |
Switch.setSwitchTypeface(Typeface tf,
int style) |
void |
TextView.setTypeface(Typeface tf) |
void |
TextView.setTypeface(Typeface tf,
int style) |
Copyright © 2008-2013. All Rights Reserved.