Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToOther.php30 if (!$check || $this->mpdf->_charDefined($this->mpdf->CurrentFont['cw'], $cp + ((int) $nstr[$i]))) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php200 if ($this->mpdf->listlvl % 3 == 1 && $this->mpdf->_charDefined($this->mpdf->CurrentFont['cw'], 8226)) {
203 elseif ($this->mpdf->listlvl % 3 == 2 && $this->mpdf->_charDefined($this->mpdf->CurrentFont['cw'], 9900)) {
206 elseif ($this->mpdf->listlvl % 3 == 0 && $this->mpdf->_charDefined($this->mpdf->CurrentFont['cw'], 9642)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php618 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)) {
H A DForm.php432 if ($this->mpdf->_charDefined($this->mpdf->CurrentFont['cw'], 9660)) {
H A DMpdf.php3492 function _charDefined(&$cw, $u)
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 > 2304 && $char < 3455 )) {
25725 if (($flag == 0 || $flag == 2) && (!$this->_charDefined($cw, $char) || ($flag == 2 && $char == 32)) && $this->checkSIP && $char > 131071) { // Unicode Plane 2 (SIP)
25738 // elseif (($flag == 0 || $flag==1) && $char != 173 && !$this->_charDefined($cw,$char) && ($char<1423 || ($char>3583 && $char < 11263))) {
25740 } elseif (($flag == 0 || $flag == 1) && $char != 173 && (!$this->_charDefined($cw, $char) || ($flag == 1 && $char == 32)) && ($char < 1536 || ($char > 1791 && $char < 2304) || $char > 3455)) {
25791 if ($this->_charDefined($cw, $char) || $char > 131071) {
25840 if ($this->_charDefined($cw, $char) || $char > 131071) {
25949 if ($char == 173 || $this->_charDefined(
3464 function _charDefined(&$cw, $u) global() function in Mpdf\\Mpdf
[all...]