com.wimm.framework.app
Class FontManager
java.lang.Object
com.wimm.framework.app.FontManager
public class FontManager
- extends Object
The FontManager class adds additional fonts to those already available from the Typeface
class.
- Since:
- WIMM SDK 1.0.0
Field Summary |
static int |
CURSIVE
A font resembling handwriting. |
static int |
DIGITAL
A font resembling an LCD display. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CURSIVE
public static final int CURSIVE
- A font resembling handwriting.
- Since:
- WIMM SDK 1.0.0
- See Also:
- Constant Field Values
DIGITAL
public static final int DIGITAL
- A font resembling an LCD display.
- Since:
- WIMM SDK 1.0.0
- See Also:
- Constant Field Values
FontManager
public FontManager()
createTypeface
public static final Typeface createTypeface(int typefaceId)
- Create a typeface with the specified ID.
- Parameters:
typefaceId
- Holds the typeface identifier.
- Returns:
- The
Typeface
referenced by the identifier. - Since:
- WIMM SDK 1.0.0