Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtl.php3213 private function _applyGPOSvaluerecord($basepos, $Value) argument
3218 if (strpos($this->GlyphClassMarks, $this->OTLdata[$basepos]['hex']) !== false) {
3219 …$cw = round($this->mpdf->_getCharWidth($this->mpdf->CurrentFont['cw'], $this->OTLdata[$basepos]['u…
3224 $apos = $this->_getXAdvancePos($basepos);
3240 if (isset($this->OTLdata[$basepos]['GPOSinfo']['XAdvanceR'])) {
3241 $this->OTLdata[$basepos]['GPOSinfo']['XAdvanceR'] += $Value['XAdvance'] - $cw;
3243 $this->OTLdata[$basepos]['GPOSinfo']['XAdvanceR'] = $Value['XAdvance'] - $cw;
3248 for ($a = $basepos; $a <= $apos; $a++) {