Searched refs:fontsizePt (Results 1 – 1 of 1) sorted by relevance
278 …function CircularText($x, $y, $r, $text, $align = 'top', $fontfamily = '', $fontsizePt = 0, $fonts… argument280 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);