public static class FontLoader.FontCollector extends FontLoader.Font
| Constructor and Description |
|---|
FontLoader.FontCollector() |
FontLoader.FontCollector(FontLoader.Font font) |
| Modifier and Type | Method and Description |
|---|---|
FontLoader.FontCollector |
allowAnyFontFamily() |
FontLoader.FontCollector |
asDefaultFont() |
FontLoader.FontCollector |
clone() |
FontLoader.Font |
getDefaultFont() |
android.graphics.Typeface |
getTypeface(String fontFamily,
int fontStyle) |
FontLoader.FontCollector |
register(FontLoader.Font font) |
FontLoader.FontCollector |
setDefaultFont(FontLoader.Font defaultFont) |
FontLoader.FontCollector |
unregister(FontLoader.Font font) |
FontLoader.FontCollector |
unregister(String fontFamily,
int fontStyle) |
assertContext, assertModifing, getContext, getFontFamily, getFontStyle, loadTypeface, lock, resetTypeface, setFontFamily, setFontStylepublic FontLoader.FontCollector()
public FontLoader.FontCollector(FontLoader.Font font)
public FontLoader.FontCollector allowAnyFontFamily()
public FontLoader.FontCollector asDefaultFont()
public FontLoader.FontCollector clone()
clone in class FontLoader.Fontpublic FontLoader.Font getDefaultFont()
public android.graphics.Typeface getTypeface(String fontFamily, int fontStyle)
getTypeface in class FontLoader.Fontpublic FontLoader.FontCollector register(FontLoader.Font font)
public FontLoader.FontCollector setDefaultFont(FontLoader.Font defaultFont)
public FontLoader.FontCollector unregister(FontLoader.Font font)
public FontLoader.FontCollector unregister(String fontFamily, int fontStyle)
Copyright © 2012-2013. All Rights Reserved.