#ff0000 14  2005 . - #000655     J2ME MIDP 
#def      
      MIDP 
         .       Graphics.   . 
,    

public void drawString (String str, int x, int y, int anchor)
    str  .      ,    x,y        (anchor).         .  anchor    :LEFT	 x     .
HCENTER	 x    .
RIGHT	 x     .
TOP	 y     .
BOTTOM	 y     .

BASELINE	      y.

      ,      anchor 

LEFT | TOP

public void drawSubstring(String str, int offset, int len, int x, int, y, int anchor)
     len  str,    offset.       . 

public void drawChar(Char char, int x, int y, int anchor)
  char   .
  

     : ,   .        ,    javax.microedition.lcdui.Font.  Font   final,  ,           .                 Font.          . 

          Font      Graphics.setFont().        :
Font.getFont(int face, int style, int size) 
Font.getDefaultFont()

 face -  , style -  , size -  . Face      : FACE_MONOSPACE, FACE_PROPORTIONAL, FACE_SYSTEM;  style: STYLE_BOLD, STYLE_ITALIC, STYLE_PLAIN, STYLE_UNDERLINED;  size: SIZE_SMALL, SIZE_MEDIUM, SIZE_LARGE.