Sets the font used to display the currently selected characters, or the characters immediately following the insertion point.
public void setSelFont( Font font )
font
A Font object that describes the font to apply to the selection.
If no text is currently selected, the font is applied to the current insertion point, and to all text that the user types after the insertion point. The new font is in effect only until the insertion point changes.
See Also getSelFont