Uses of Class
javax.microedition.lcdui.Font

Packages that use Font
javax.microedition.lcdui The UI API provides a set of features for implementation of user interfaces for MIDP applications.  
 

Uses of Font in javax.microedition.lcdui
 

Methods in javax.microedition.lcdui that return Font
static Font Font.getDefaultFont()
          Gets the default font of the system.
static Font Font.getFont(int face, int style, int size)
           Obtains an object representing a font having the specified face, style, and size.
 Font Graphics.getFont()
          Gets the current font.
static Font Font.getDefaultFont()
          Gets the default font of the system.
static Font Font.getFont(int face, int style, int size)
           Obtains an object representing a font having the specified face, style, and size.
 Font Graphics.getFont()
          Gets the current font.
 

Methods in javax.microedition.lcdui with parameters of type Font
 void Graphics.setFont(Font font)
          Sets the font for all subsequent text rendering operations.
 void Graphics.setFont(Font font)
          Sets the font for all subsequent text rendering operations.
 



Generated on 2003-10-17For further information and updates, please visit Siemens mobile Developer Portal