Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php86 var $backupSIPFont;
25810 if (isset($this->backupSIPFont) && $this->backupSIPFont) {
25812 if ($this->currentfontfamily != $this->backupSIPFont) {
25813 $font = $this->backupSIPFont;
25830 $this->SetFont($this->backupSIPFont, '', '', false);
95 var $backupSIPFont; global() variable in Mpdf\\Mpdf