Searched refs:GetCharWidthNonCore (Results 1 – 2 of 2) sorted by relevance
104 $l += $this->mpdf->GetCharWidthNonCore($c); // mPDF 5.3.04
3536 function GetCharWidthNonCore($c, $addSubset = true) function in Mpdf\\Mpdf3600 return $this->GetCharWidthNonCore($c, $addSubset);5997 $l += $this->GetCharWidthNonCore($c);7893 $cw = ($this->GetCharWidthNonCore($c, false) * Mpdf::SCALE);