Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php150 var $textlength; // mPDF 5.7.4 variable in Mpdf\\Image\\Svg
209 $this->textlength = 0; // mPDF 5.7.4
2568 $this->textlength = $sw;
2569 $this->texttotallength += $this->textlength;
2719 $this->textlength = $sw * 1 / (25.4 / $this->mpdf->dpi);
2720 $this->texttotallength += $this->textlength;
3888 $this->textlength = 0; // mPDF 5.7.4
3958 // OUTPUT CHUNK(s) UP To NOW (svgText updates $this->textlength)
4022 $this->textXorigin += $this->textlength;
4025 $this->textlength
[all...]