Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php270 var $checkCJK; variable in Mpdf\\Mpdf
1263 $this->checkCJK = false;
6826 …} /* -- CJK-FONTS -- */ elseif ($this->checkCJK && $align == 'J' && $CJKoverflow && $this->allowCJ…
6988 …if ($this->checkCJK && $CJKoverflow && $align == 'J' && $this->allowCJKoverflow && $hanger && $thi…
8013 if (!$this->usingCoreFont && !$breakfound && $this->checkCJK) {
8139 …elseif (!$this->usingCoreFont && $this->checkCJK && preg_match("/[" . $this->pregCJKchars . "]/u",…
8251 if ($this->checkCJK) {
8295 …if ($this->checkCJK && $k == count($content) - 1 && $CJKoverflow && $align == 'J' && $this->allowC…
8613 …if ($this->checkCJK && $CJKoverflow && $align == 'J' && $this->allowCJKoverflow && $hanger && $thi…
8724 if ($this->checkCJK && $currContent == "\xe3\x80\x80") {
[all …]