Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php170 var $jSmaxCharLast;
6839 // but only allow a maximum of $this->jSmaxWordLast and $this->jSmaxCharLast
6844 if ($this->charspacing > $this->jSmaxCharLast) {
6845 $jcharspacing = $this->jSmaxCharLast;
179 var $jSmaxCharLast; global() variable in Mpdf\\Mpdf