Home
last modified time | relevance | path

Searched refs:SetFontSize (Results 1 – 9 of 9) sorted by relevance

/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php401 public function SetFontSize($size) function
403 parent::SetFontSize($size);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTextArea.php69 $this->mpdf->SetFontSize($mmsize * Mpdf::SCALE, false);
H A DSelect.php20 $this->mpdf->SetFontSize($mmsize * Mpdf::SCALE, false);
H A DTextCircle.php86 $this->mpdf->SetFontSize($mmsize * Mpdf::SCALE, false);
H A DTable.php295 $this->mpdf->SetFontSize($this->mpdf->default_font_size, false);
697 $this->mpdf->SetFontSize($this->mpdf->default_font_size, false);
784 $this->mpdf->SetFontSize($this->mpdf->default_font_size, false);
968 $this->mpdf->SetFontSize($this->mpdf->default_font_size, false);
1206 $this->mpdf->SetFontSize($this->mpdf->default_font_size, false);
H A DInput.php75 $this->mpdf->SetFontSize($mmsize * Mpdf::SCALE, false);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php343 $this->mpdf->SetFontSize($fontsizePt);
H A DMpdf.php4284 function SetFontSize($size, $write = true)
10936 $this->SetFontSize($fontsize);
16044 $this->SetFontSize($vetor[11] / $this->shrin_k, false);
16046 $this->SetFontSize($vetor[11], false);
16588 $this->SetFontSize($this->default_font_size, false);
18027 $this->SetFontSize($this->default_font_size, false);
18144 $this->SetFontSize($mmsize * (Mpdf::SCALE), false); // Get size in points (pt)
18148 $this->SetFontSize($this->fontsizes[$v] * $this->default_font_size, false);
19096 $this->SetFontSize($chunk[11] / $this->shrin_k, false);
19098 $this->SetFontSize(
4254 function SetFontSize($size, $write = true) global() function in Mpdf\\Mpdf
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php2734 $this->mpdf->SetFontSize($current_style['font-size-parent']);