Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php104 $l += $this->mpdf->GetCharWidthNonCore($c); // mPDF 5.3.04
H A DMpdf.php3536 function GetCharWidthNonCore($c, $addSubset = true)
3600 return $this->GetCharWidthNonCore($c, $addSubset);
5997 $l += $this->GetCharWidthNonCore($c);
7893 $cw = ($this->GetCharWidthNonCore($c, false) * Mpdf::SCALE);
3508 function GetCharWidthNonCore($c, $addSubset = true) global() function in Mpdf\\Mpdf