wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/CFormAdvanceX

CFormAdvanceX 825gen2

Class for specifying a X coordinate advance value for CFormRect

Constructors

CFormAdvanceX(void);

Example

CFormAdvanceX advX;

Member Functions

SetBasedOnFont

Sets advance amount based on a font height

void SetBasedOnFontStrWidth(CFont& font, const char* str, double multiplier, int addPixels = 0);

Parameters

  • font - CFont reference
  • str - character array string
  • multiplier - multiplier value for height to set the advance amount

Return Value

Function does not return a value.

SetBasedOnDspArea

Sets advance amount based on a CDspArea

void SetBasedOnDspArea(CDspArea* pDspArea, double multiplier);

Parameters

  • pDspArea - pointer to CDspArea
  • multiplier - multiplier value to multiply times the CDspArea width to set the advance amount.

Return Value

Function does not return a value.

Last modified 3 weeks ago Last modified on 03/12/25 15:24:55
Note: See TracWiki for help on using the wiki.