Searched refs:fontwidth (Results 1 – 2 of 2) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | DirectWrite.php | 278 …', $fontfamily = '', $fontsizePt = 0, $fontstyle = '', $kerning = 120, $fontwidth = 100, $divider … argument 285 $fontwidth /= 100; 291 if ($fontwidth == 0) { 309 $w[$i]*=$kerning * $fontwidth; 319 $w[$i]*=$kerning * $fontwidth; 322 …CurrentFont['kerninfo'][$lastchar][$char] * ($this->mpdf->FontSize / 1000) * $kerning * $fontwidth; 373 if ($fontwidth !== 1) { 375 $this->mpdf->transformScale($fontwidth * 100, 100, $x, $y); 389 if ($fontwidth !== 1) { 391 $this->mpdf->transformScale($fontwidth * 100, 100, $x, $y); [all …]
|
| D | Mpdf.php | 10609 …op', $fontfamily = '', $fontsize = 0, $fontstyle = '', $kerning = 120, $fontwidth = 100, $divider … argument 10615 …ext($x, $y, $r, $text, $align, $fontfamily, $fontsize, $fontstyle, $kerning, $fontwidth, $divider);
|