Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php626 var $watermark_font;
10487 if (!$this->watermark_font) {
10488 $this->watermark_font = $this->default_font;
10491 $this->SetFont($this->watermark_font, "B", $fontsize, false); // Don't output
10538 $this->SetFont($this->watermark_font, "B", $szfont, false); // Don't output
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
10925 if (!$this->watermark_font) {
10926 $this->watermark_font = $font;
632 var $watermark_font; global() variable in Mpdf\\Mpdf