Searched refs:SetSpacing (Results 1 – 2 of 2) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
D | DirectWrite.php | 146 $this->mpdf->SetSpacing($charspacing, $ws); 236 $this->mpdf->SetSpacing($charspacing, $ws);
|
D | Mpdf.php | 4578 function SetSpacing($cs, $ws) function in Mpdf\\Mpdf 4782 $this->SetSpacing($charspacing, $ws); 6056 $this->SetSpacing($charspacing, $ws); 6162 $this->SetSpacing($charspacing, $ws); 6648 $this->SetSpacing($charspacing, $ws); 6928 …$this->SetSpacing(($this->fixedlSpacing * Mpdf::SCALE) + $jcharspacing, ($this->fixedlSpacing + $t… 8454 $this->SetSpacing($charspacing, $ws); 8554 …$this->SetSpacing(($this->fixedlSpacing * Mpdf::SCALE) + $jcharspacing, ($this->fixedlSpacing + $t…
|