Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DDirectWrite.php145 …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);
DMpdf.php661 var $charspacing; variable in Mpdf\\Mpdf
1277 $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 …]