public static final class FontLoader.HoloFont extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
font |
protected boolean |
ignore |
static FontLoader.HoloFont |
ROBOTO |
static FontLoader.HoloFont |
ROBOTO_BOLD |
static FontLoader.HoloFont |
ROBOTO_BOLD_ITALIC |
static FontLoader.HoloFont |
ROBOTO_ITALIC |
static FontLoader.HoloFont |
ROBOTO_REGULAR |
protected android.graphics.Typeface |
typeface |
| Modifier and Type | Method and Description |
|---|---|
<T extends android.view.View> |
apply(T view) |
boolean |
isValid() |
static FontLoader.HoloFont |
makeFont(int rawResourceId) |
static FontLoader.HoloFont |
makeFont(int rawResourceId,
boolean ignore) |
static FontLoader.HoloFont |
makeFont(android.graphics.Typeface typeface) |
public static final FontLoader.HoloFont ROBOTO
public static final FontLoader.HoloFont ROBOTO_BOLD
public static final FontLoader.HoloFont ROBOTO_BOLD_ITALIC
public static final FontLoader.HoloFont ROBOTO_ITALIC
public static final FontLoader.HoloFont ROBOTO_REGULAR
protected final int font
protected final boolean ignore
protected final android.graphics.Typeface typeface
public static FontLoader.HoloFont makeFont(int rawResourceId)
public static FontLoader.HoloFont makeFont(int rawResourceId, boolean ignore)
public static FontLoader.HoloFont makeFont(android.graphics.Typeface typeface)
public <T extends android.view.View> T apply(T view)
public boolean isValid()
Copyright © 2012-2013. All Rights Reserved.