= SetInputFont = CForm member function to set the font to use for form inputs. {{{#!c++ void CForm::SetInputFont(int nFont) }}} == Parameters == nFont = input font STD_FONT or BIG_FONT == Return Value == This function does not return any value == Remarks == == Examples == {{{#!c++ }}} {{{#!c++ }}} == See Also ==