Sets the name of the font.
BOOL SetGridFont( int iFont )
true on successful or false on failure
Example codes can be pasted to doExample() function in GridControl's examples to run
m_GridCtrl.SetGridFont(DEVICE_DEFAULT_FONT);
GridControl.h