com.nutiteq.wrappers.rimui
Class Font
java.lang.Object
com.nutiteq.wrappers.rimui.Font
public class Font
- extends java.lang.Object
This is a wrapper around J2ME font class, to enable usages of RIM UI font.
This implementation does not provide full implementation wrapping. Only
methods used by library have been implemented.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FACE_SYSTEM
public static final int FACE_SYSTEM
- See Also:
- Constant Field Values
STYLE_BOLD
public static final int STYLE_BOLD
- See Also:
- Constant Field Values
STYLE_PLAIN
public static final int STYLE_PLAIN
- See Also:
- Constant Field Values
SIZE_SMALL
public static final int SIZE_SMALL
- See Also:
- Constant Field Values
SIZE_MEDIUM
public static final int SIZE_MEDIUM
- See Also:
- Constant Field Values
SIZE_LARGE
public static final int SIZE_LARGE
- See Also:
- Constant Field Values
getHeight
public int getHeight()
stringWidth
public int stringWidth(java.lang.String string)
getDefaultFont
public static Font getDefaultFont()
getFont
public static Font getFont(int face,
int style,
int size)
substringWidth
public int substringWidth(java.lang.String str,
int offset,
int len)
getNativeFont
public net.rim.device.api.ui.Font getNativeFont()
- Retrieve wrapped RIM UI font
- Returns:
- wrapped 'native' font