Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php152 var $texttotallength; // mPDF 5.7.4 variable in Mpdf\\Image\\Svg
210 $this->texttotallength = 0; // mPDF 5.7.4
2569 $this->texttotallength += $this->textlength;
2720 $this->texttotallength += $this->textlength;
3889 $this->texttotallength = 0; // mPDF 5.7.4
4005 $tx = -$this->texttotallength;
4007 $tx = -$this->texttotallength / 2;
4026 $this->texttotallength = 0;
4169 $tx = -$this->texttotallength;
4171 $tx = -$this->texttotallength /
[all...]