Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/SetInputFont
- Timestamp:
- 03/12/25 08:23:24 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/SetInputFont
v1 v2 2 2 CForm member function to set the font to use for form inputs. 3 3 4 {{{ 4 {{{#!c++ 5 5 void CForm::SetInputFont(int nFont) 6 6 }}} … … 18 18 == Examples == 19 19 20 {{{ 20 {{{#!c++ 21 21 }}} 22 22 23 {{{ 23 {{{#!c++ 24 24 }}} 25 25