Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php85 var $backupSubsFont;
25643 if (!is_array($this->backupSubsFont)) {
25644 $this->backupSubsFont = ["$this->backupSubsFont"];
25647 foreach ($this->backupSubsFont as $bsfctr => $bsf) {
25678 if ($l == 0 && $bsfctr == (count($this->backupSubsFont) - 1)) { // Not found even in last backup font
25914 if (!is_array($this->backupSubsFont)) {
25915 $this->backupSubsFont = ["$this->backupSubsFont"];
25918 foreach ($this->backupSubsFont a
94 var $backupSubsFont; global() variable in Mpdf\\Mpdf
[all...]