Sets the font of the text in the column.
public void setFont( Font font )
font
A Font object that represents the current font of the text in the column.
Call setFont to override the default font set by the parent DataGrid control. To later return to this default, pass null to setFont.
See Also getFont, shouldPersistFont