Sets the font for this control, which is the font the control uses to draw its text.
public void setFont( Font value )
value
A Font object that represents the font used to draw text in this control.
See Also getFont