Associates a font with the Graphics object.
public final void setFont( Font font )
font
A Font object that describes the font to associate with this Graphics object.
All text drawn within the Graphics object's clipping region is drawn using this font.
See Also getFont