Home
last modified time | relevance | path

Searched refs:ColL (Results 1 – 1 of 1) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php503 var $ColL; variable in Mpdf\\Mpdf
1243 …$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 pos
24358 $this->ColL[$i] = $absL + ($gap / 2) + ($i * ($PageWidth / $NbCol) );
24359 $this->ColR[$i] = $this->ColL[$i] + $ColWidth; // NB This is not R margin -> R pos
24374 $x = $this->ColL[$CurrCol];