Searched refs:charspacing (Results 1 – 2 of 2) sorted by relevance
145 …list($charspacing, $ws) = $this->mpdf->GetJspacing($nb_carac, $nb_spaces, (($w - 2) - $len_ligne) …146 $this->mpdf->SetSpacing($charspacing, $ws);235 …list($charspacing, $ws) = $this->mpdf->GetJspacing($nb_carac, $nb_spaces, (($w - 2) - $len_ligne) …236 $this->mpdf->SetSpacing($charspacing, $ws);
661 var $charspacing; variable in Mpdf\\Mpdf1277 $this->charspacing = 0;4572 if ($this->charspacing != 0) {4575 $this->charspacing = 0;4585 } elseif ($this->charspacing != 0) {4588 $this->charspacing = $cs;4686 $charspacing = 0;4697 $charspacing = $w;4699 $charspacing = $w / ($ncx );4700 if (($this->jSmaxChar > 0) && ($charspacing > $this->jSmaxChar)) {[all …]