public final class FontConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEBUG_LOG_ENABLED
Flag indicating whether the debug output for the Font library trough log-cat is
enabled or not.
|
static boolean |
LOG_ENABLED
Flag indicating whether the verbose output for the Font library trough log-cat is
enabled or not.
|
static boolean |
STRICT_STORAGE
Boolean flag determining whether the Font library should behave strictly about where the font
.ttf files are stored/placed in application assets directory.
|
public static boolean STRICT_STORAGE
If enabled, all .ttf font files must be placed within font/ sub-directory in application
assets directory.
Default value: true
public static boolean LOG_ENABLED
Log.v(String, String)public static boolean DEBUG_LOG_ENABLED
Log.d(String, String)