javax.microedition.lcdui
Class Font
java.lang.Object
javax.microedition.lcdui.Font
public class Font
- extends java.lang.Object
| 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
FACE_MONOSPACE
public static final int FACE_MONOSPACE
- See Also:
- Constant Field Values
FACE_PROPORTIONAL
public static final int FACE_PROPORTIONAL
- See Also:
- Constant Field Values
FONT_STATIC_TEXT
public static final int FONT_STATIC_TEXT
- See Also:
- Constant Field Values
FONT_INPUT_TEXT
public static final int FONT_INPUT_TEXT
- See Also:
- Constant Field Values
SIZE_MEDIUM
public static final int SIZE_MEDIUM
- See Also:
- Constant Field Values
SIZE_SMALL
public static final int SIZE_SMALL
- See Also:
- Constant Field Values
SIZE_LARGE
public static final int SIZE_LARGE
- See Also:
- Constant Field Values
STYLE_PLAIN
public static final int STYLE_PLAIN
- See Also:
- Constant Field Values
STYLE_BOLD
public static final int STYLE_BOLD
- See Also:
- Constant Field Values
STYLE_ITALIC
public static final int STYLE_ITALIC
- See Also:
- Constant Field Values
STYLE_UNDERLINED
public static final int STYLE_UNDERLINED
- See Also:
- Constant Field Values
getDefaultFont
public static Font getDefaultFont()
getFont
public static Font getFont(int face,
int style,
int size)
getHeight
public int getHeight()
stringWidth
public int stringWidth(java.lang.String str)
substringWidth
public int substringWidth(java.lang.String text,
int offset,
int len)
getTypefacePaint
public Paint getTypefacePaint()
charWidth
public int charWidth(char ch)
getDescent
public int getDescent()