Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/SetInputFont
- Timestamp:
- 05/17/19 14:59:40 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/SetInputFont
v1 v1 1 = SetInputFont = 2 CForm member function to set the font to use for form inputs. 3 4 {{{ 5 void CForm::SetInputFont(int nFont) 6 }}} 7 8 == Parameters == 9 10 nFont = input font STD_FONT or BIG_FONT 11 12 == Return Value == 13 14 This 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