public class FontLoader extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FontLoader.Font |
static class |
FontLoader.FontCollector |
static interface |
FontLoader.FontStyleProvider |
static class |
FontLoader.RawFont |
static class |
FontLoader.RawLazyFont |
| Modifier and Type | Field and Description |
|---|---|
static FontLoader.FontCollector |
ROBOTO |
static FontLoader.Font |
ROBOTO_BLACK |
static FontLoader.Font |
ROBOTO_BLACKITALIC |
static FontLoader.Font |
ROBOTO_BOLD |
static FontLoader.Font |
ROBOTO_BOLDCONDENSED |
static FontLoader.Font |
ROBOTO_BOLDCONDENSEDITALIC |
static FontLoader.Font |
ROBOTO_BOLDITALIC |
static FontLoader.Font |
ROBOTO_CONDENSED |
static FontLoader.Font |
ROBOTO_CONDENSEDITALIC |
static FontLoader.Font |
ROBOTO_ITALIC |
static FontLoader.Font |
ROBOTO_LIGHT |
static FontLoader.Font |
ROBOTO_LIGHTITALIC |
static FontLoader.Font |
ROBOTO_MEDIUM |
static FontLoader.Font |
ROBOTO_MEDIUMITALIC |
static FontLoader.Font |
ROBOTO_REGULAR |
static FontLoader.Font |
ROBOTO_THIN |
static FontLoader.Font |
ROBOTO_THINITALIC |
static int |
TEXT_STYLE_BLACK |
static int |
TEXT_STYLE_BOLD |
static int |
TEXT_STYLE_CONDENDSED |
static int |
TEXT_STYLE_ITALIC |
static int |
TEXT_STYLE_LIGHT |
static int |
TEXT_STYLE_MEDIUM |
static int |
TEXT_STYLE_NORMAL |
static int |
TEXT_STYLE_THIN |
| Modifier and Type | Method and Description |
|---|---|
static <T extends android.view.View> |
apply(T view,
FontLoader.Font font) |
static <T extends android.view.View> |
applyDefaultFont(T view) |
static FontLoader.Font |
getDefaultFont() |
static Object[] |
parseFontStyle(String string) |
static int |
registerTextStyle(String modifier) |
static void |
setDefaultFont(FontLoader.Font defaultFont) |
public static final FontLoader.FontCollector ROBOTO
public static final FontLoader.Font ROBOTO_BLACK
public static final FontLoader.Font ROBOTO_BLACKITALIC
public static final FontLoader.Font ROBOTO_BOLD
public static final FontLoader.Font ROBOTO_BOLDCONDENSED
public static final FontLoader.Font ROBOTO_BOLDCONDENSEDITALIC
public static final FontLoader.Font ROBOTO_BOLDITALIC
public static final FontLoader.Font ROBOTO_CONDENSED
public static final FontLoader.Font ROBOTO_CONDENSEDITALIC
public static final FontLoader.Font ROBOTO_ITALIC
public static final FontLoader.Font ROBOTO_LIGHT
public static final FontLoader.Font ROBOTO_LIGHTITALIC
public static final FontLoader.Font ROBOTO_MEDIUM
public static final FontLoader.Font ROBOTO_MEDIUMITALIC
public static final FontLoader.Font ROBOTO_REGULAR
public static final FontLoader.Font ROBOTO_THIN
public static final FontLoader.Font ROBOTO_THINITALIC
public static final int TEXT_STYLE_BLACK
public static final int TEXT_STYLE_BOLD
public static final int TEXT_STYLE_CONDENDSED
public static final int TEXT_STYLE_ITALIC
public static final int TEXT_STYLE_LIGHT
public static final int TEXT_STYLE_MEDIUM
public static final int TEXT_STYLE_NORMAL
public static final int TEXT_STYLE_THIN
public static <T extends android.view.View> T apply(T view,
FontLoader.Font font)
public static <T extends android.view.View> T applyDefaultFont(T view)
public static FontLoader.Font getDefaultFont()
public static int registerTextStyle(String modifier)
public static void setDefaultFont(FontLoader.Font defaultFont)
Copyright © 2012-2013. All Rights Reserved.