Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php278 function CircularText($x, $y, $r, $text, $align = 'top', $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 $tk = $this->mpdf->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 * 10
[all...]
H A DMpdf.php10609 function CircularText($x, $y, $r, $text, $align = 'top', $fontfamily = '', $fontsize = 0, $fontstyle = '', $kerning = 120, $fontwidth = 100, $divider = '')
10615 $this->directWrite->CircularText($x, $y, $r, $text, $align, $fontfamily, $fontsize, $fontstyle, $kerning, $fontwidth, $divider);
10563 CircularText($x, $y, $r, $text, $align = 'top', $fontfamily = '', $fontsize = 0, $fontstyle = '', $kerning = 120, $fontwidth = 100, $divider = '') global() argument