Home
last modified time | relevance | path

Searched refs:fontsizePt (Results 1 – 1 of 1) 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
280 if ($fontfamily || $fontstyle || $fontsizePt) {
281 $this->mpdf->SetFont($fontfamily, $fontstyle, $fontsizePt);
331 if ($fontsizePt >= 0 || $autoset) {
338 if ($fontsizePt == -2) {
339 $fontsizePt = $this->mpdf->FontSizePt * 0.5 * $u / $t;
341 $fontsizePt = $this->mpdf->FontSizePt * $u / $t;
343 $this->mpdf->SetFontSize($fontsizePt);