WIMM Labs


com.wimm.framework.app
Class FontManager

java.lang.Object
  extended by 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.
 
Constructor Summary
FontManager()
           
 
Method Summary
static Typeface createTypeface(int typefaceId)
          Create a typeface with the specified ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

FontManager

public FontManager()
Method Detail

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

WIMM Labs