= CFormAdvanceX **825gen2** = Class for specifying a X coordinate advance value for CFormRect == Constructors == {{{#!c++ CFormAdvanceX(void); }}} ==== Example ==== {{{#!c++ CFormAdvanceX advX; }}} == Member Functions == === !SetBasedOnFont === Sets advance amount based on a font height {{{#!c++ 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.