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


Ignore:
Timestamp:
03/12/25 15:22:42 (4 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v1 v1  
     1= CFormAdvanceX **825gen2** =
     2
     3Class for specifying a X coordinate advance value for CFormRect
     4
     5== Constructors ==
     6
     7{{{#!c++
     8CFormAdvanceX(void);
     9}}}
     10
     11
     12==== Example ====
     13
     14{{{#!c++
     15CFormAdvanceX advX;
     16}}}
     17
     18== Member Functions ==
     19
     20=== !SetBasedOnFont ===
     21Sets advance amount based on a font height
     22
     23{{{#!c++
     24void SetBasedOnFontStrWidth(CFont& font, const char* str, double multiplier, int addPixels = 0);
     25}}}
     26
     27==== Parameters ====
     28 * font - CFont reference
     29 * str - character array string
     30 * multiplier - multiplier value for height to set the advance amount
     31
     32==== Return Value ====
     33
     34Function does not return a value.
     35