Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php302 var $subPos;
1186 $this->subPos = 0;
13408 $this->subPos = -1;
13449 if ($this->useSubstitutions && !$this->onlyCoreFonts && $this->subPos < $i && !$this->specialcontent) {
13464 if ($this->checkSIP && $this->CurrentFont['sipext'] && $this->subPos < $i && (!$this->specialcontent || !$this->useActiveForms)) {
13468 if ($this->useSubstitutions && !$this->onlyCoreFonts && $this->CurrentFont['type'] != 'Type0' && $this->subPos < $i && (!$this->specialcontent || !$this->useActiveForms)) {
25581 $this->subPos = $writehtml_i;
25682 $this->subPos = $writehtml_i + 1;
25696 $this->subPos = $writehtml_i + 3;
25803 $this->subPos
309 var $subPos; global() variable in Mpdf\\Mpdf
[all...]