Searched refs:_charDefined (Results 1 – 5 of 5) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/ |
| D | DecToOther.php | 30 …if (!$check || $this->mpdf->_charDefined($this->mpdf->CurrentFont['cw'], $cp + ((int) $nstr[$i])))…
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | BlockTag.php | 200 …if ($this->mpdf->listlvl % 3 == 1 && $this->mpdf->_charDefined($this->mpdf->CurrentFont['cw'], 822… 203 …elseif ($this->mpdf->listlvl % 3 == 2 && $this->mpdf->_charDefined($this->mpdf->CurrentFont['cw'],… 206 …elseif ($this->mpdf->listlvl % 3 == 0 && $this->mpdf->_charDefined($this->mpdf->CurrentFont['cw'],…
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Otl.php | 618 if ($this->mpdf->_charDefined($this->mpdf->fonts[$this->fontkey]['cw'], 0x25CC)) { 698 if ($this->mpdf->_charDefined($this->mpdf->fonts[$this->fontkey]['cw'], 0x25CC)) { 771 if ($this->mpdf->_charDefined($this->mpdf->fonts[$this->fontkey]['cw'], 0x25CC)) {
|
| D | Form.php | 432 if ($this->mpdf->_charDefined($this->mpdf->CurrentFont['cw'], 9660)) {
|
| D | Mpdf.php | 3492 function _charDefined(&$cw, $u) function in Mpdf\\Mpdf 10727 if (!$this->_charDefined($this->CurrentFont['cw'], $c)) { 15494 if ($this->_charDefined($this->CurrentFont['cw'], hexdec($m[1]))) { 25675 …if ($char == 173 || $this->_charDefined($cw, $char) || ($char > 1536 && $char < 1791) || ($char > … 25725 …if (($flag == 0 || $flag == 2) && (!$this->_charDefined($cw, $char) || ($flag == 2 && $char == 32)… 25740 …} elseif (($flag == 0 || $flag == 1) && $char != 173 && (!$this->_charDefined($cw, $char) || ($fla… 25791 if ($this->_charDefined($cw, $char) || $char > 131071) { 25840 if ($this->_charDefined($cw, $char) || $char > 131071) { 25949 …if ($char == 173 || $this->_charDefined($cw, $char) || ($char > 1536 && $char < 1791) || ($char > …
|