Searched refs:ColL (Results 1 – 1 of 1) sorted by relevance
503 var $ColL; variable in Mpdf\\Mpdf1243 …$this->ColL = [0]; // Array of Left pos of columns - absolute - needs Margin correction for Odd-…24352 $this->ColL[$i] = $absL + ($gap / 2) + (($NbCol - ($i + 1)) * ($PageWidth / $NbCol));24353 $this->ColR[$i] = $this->ColL[$i] + $ColWidth; // NB This is not R margin -> R pos24358 $this->ColL[$i] = $absL + ($gap / 2) + ($i * ($PageWidth / $NbCol) );24359 $this->ColR[$i] = $this->ColL[$i] + $ColWidth; // NB This is not R margin -> R pos24374 $x = $this->ColL[$CurrCol];