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