Searched refs:szfont (Results 1 – 2 of 2) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | DirectWrite.php | 430 …function Shaded_box($text, $font = '', $fontstyle = 'B', $szfont = '', $width = '70%', $style = 'D… argument 436 if (!$szfont) { 437 $szfont = $this->mpdf->default_font_size * 1.8; 441 $this->mpdf->SetFont($font, $fontstyle, $szfont, false); 492 $this->mpdf->SetFont($font, $fontstyle, $szfont, false); 495 $szfont --; 500 $this->mpdf->SetFont($font, $fontstyle, $szfont, true, true);
|
| D | Mpdf.php | 10533 $szfont = $fontsize; 10538 $this->SetFont($this->watermark_font, "B", $szfont, false); // Don't output 10539 $offset = ((sin(deg2rad($angle))) * ($szfont / Mpdf::SCALE)); 10543 $szfont --; 10549 …$this->SetFont($this->watermark_font, "B", $szfont - 0.1, true, true); // Output The -0.1 is becau… 10667 …function Shaded_box($text, $font = '', $fontstyle = 'B', $szfont = '', $width = '70%', $style = 'D… argument 10673 …$this->directWrite->Shaded_box($text, $font, $fontstyle, $szfont, $width, $style, $radius, $fill, … 25361 function AutosizeText($text, $w, $font, $style, $szfont = 72) argument 25366 $this->SetFont($font, $style, $szfont, false); 25410 $this->SetFont($font, $style, $szfont, false); [all …]
|