Searched refs:watermark_font (Results 1 – 1 of 1) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Mpdf.php | 626 var $watermark_font; variable in Mpdf\\Mpdf 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 becau… 10925 if (!$this->watermark_font) { 10926 $this->watermark_font = $font;
|