Overview | Methods | Fields | This Package | All Packages
Sets the font for this control, which is the font the control uses to draw its text.
Syntax
public void setFont( Font value )
Parameters
value
A Font object that represents the font used to draw text in this control.
See Also getFont