Home
last modified time | relevance | path

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

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