Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php171 var $jSmaxWordLast;
6839 // but only allow a maximum of $this->jSmaxWordLast and $this->jSmaxCharLast
6841 if ($this->ws > $this->jSmaxWordLast) {
6842 $jws = $this->jSmaxWordLast;
180 var $jSmaxWordLast; global() variable in Mpdf\\Mpdf