Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php430 function Shaded_box($text, $font = '', $fontstyle = 'B', $szfont = '', $width = '70%', $style = 'DF', $radius = 2.5, $fill = '#FFFFFF', $color = '#000000', $pad = 2) 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);
H A DMpdf.php10533 $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 because SetFont above is not written to PDF
10667 function Shaded_box($text, $font = '', $fontstyle = 'B', $szfont = '', $width = '70%', $style = 'DF', $radius = 2.5, $fill = '#FFFFFF', $color = '#000000', $pad = 2)
10673 $this->directWrite->Shaded_box($text, $font, $fontstyle, $szfont, $width, $style, $radius, $fill, $color, $pad);
25361 function AutosizeText($text, $w, $font, $style, $szfont = 72)
25366 $this->SetFont($font, $style, $szfont, false);
25410 $this->SetFont($font, $style, $szfont, fals
10621 Shaded_box($text, $font = '', $fontstyle = 'B', $szfont = '', $width = '70%', $style = 'DF', $radius = 2.5, $fill = '#FFFFFF', $color = '#000000', $pad = 2) global() argument
25297 AutosizeText($text, $w, $font, $style, $szfont = 72) global() argument
[all...]