Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php200 $l += $this->mpdf->GetCharWidthCore($c); // mPDF 5.3.04
H A DMpdf.php3505 function GetCharWidthCore($c)
3602 return $this->GetCharWidthCore($c);
6130 $l += $this->GetCharWidthCore($c);
7885 $cw = ($this->GetCharWidthCore($c) * Mpdf::SCALE);
3477 function GetCharWidthCore($c) global() function in Mpdf\\Mpdf