Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/SetInputFont


Ignore:
Timestamp:
05/17/19 14:59:40 (5 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/SetInputFont

    v1 v1  
     1= SetInputFont =
     2CForm member function to set the font to use for form inputs.
     3
     4{{{
     5void CForm::SetInputFont(int nFont)
     6}}}
     7
     8== Parameters ==
     9
     10nFont = input font STD_FONT or BIG_FONT
     11
     12== Return Value ==
     13
     14This function does not return any value
     15
     16== Remarks ==
     17
     18== Examples ==
     19
     20{{{
     21}}}
     22
     23{{{
     24}}}
     25
     26== See Also ==
     27
     28
     29