public final class FontLoader
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
FontLoader.FontSelector |
static class |
FontLoader.HoloFont |
| Modifier and Type | Method and Description |
|---|---|
static <T extends android.view.View> |
apply(T view) |
static <T extends android.view.View> |
apply(T view,
FontLoader.FontSelector fontSelector) |
static <T extends android.view.View> |
apply(T view,
FontLoader.HoloFont font) |
static <T extends android.view.View> |
apply(T view,
int font) |
static <T extends android.view.View> |
apply(T view,
android.graphics.Typeface typeface) |
static android.graphics.Typeface |
loadTypeface(android.content.Context context,
int font) |
public static <T extends android.view.View> T apply(T view)
public static <T extends android.view.View> T apply(T view,
FontLoader.FontSelector fontSelector)
public static <T extends android.view.View> T apply(T view,
FontLoader.HoloFont font)
public static <T extends android.view.View> T apply(T view,
int font)
public static <T extends android.view.View> T apply(T view,
android.graphics.Typeface typeface)
public static android.graphics.Typeface loadTypeface(android.content.Context context,
int font)
Copyright © 2012-2013. All Rights Reserved.