Searched refs:currentfontfamily (Results 1 – 3 of 3) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/ |
| D | BaseWriter.php | 87 …if (!in_array($this->mpdf->currentfontfamily, ['gb', 'big5', 'sjis', 'uhc', 'gbB', 'big5B', 'sjisB…
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Form.php | 426 $save_currentfont = $this->mpdf->currentfontfamily; 443 $this->mpdf->currentfontfamily = $save_currentfont; 554 $save_currentfont = $this->mpdf->currentfontfamily; 560 $this->mpdf->currentfontfamily = $save_currentfont; 606 $save_currentfont = $this->mpdf->currentfontfamily; 612 $this->mpdf->currentfontfamily = $save_currentfont;
|
| D | Mpdf.php | 573 var $currentfontfamily; variable in Mpdf\\Mpdf 1533 $this->currentfontfamily = ''; 4188 …if ($this->FontFamily == $family && $this->FontFamily == $this->currentfontfamily && $this->FontSt… 4209 $this->currentfontfamily = $family; 4276 $this->currentfontfamily = $family; 15773 $arr[4] = $this->currentfontfamily; 15837 $arr[4] = $this->currentfontfamily; 16551 $this->currentfontfamily = ''; 18029 $this->currentfontfamily = ''; 18216 $this->SetFont($this->currentfontfamily, $this->currentfontstyle, 0, false); [all …]
|