Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php87 if (!in_array($this->mpdf->currentfontfamily, ['gb', 'big5', 'sjis', 'uhc', 'gbB', 'big5B', 'sjisB', 'uhcB', 'gbI', 'big5I', 'sjisI', 'uhcI',
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php426 $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;
H A DMpdf.php573 var $currentfontfamily;
1533 $this->currentfontfamily = '';
4188 if ($this->FontFamily == $family && $this->FontFamily == $this->currentfontfamily && $this->FontStyle == $style && $this->FontStyle == $this->currentfontstyle && $this->FontSizePt == $size && $this->FontSizePt == $this->currentfontsize && !$forcewrite) {
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,
579 var $currentfontfamily; global() variable in Mpdf\\Mpdf
[all...]