Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtlDump.php2171 $seqIndex = $rule['SubstLookupRecord'][$b]['SequenceIndex'];
2176 if ($seqIndex > 0) {
2178 for ($ip = 0; $ip < $seqIndex; $ip++) {
2183 if (count($inputGlyphs) > ($seqIndex + 1)) {
2185 for ($ip = $seqIndex + 1; $ip < count($inputGlyphs); $ip++) {
2190 $html .= '<div class="sequenceIndex">Substitution Position: ' . $seqIndex . '</div>';
2198 … $html .= $this->_getGSUBarray($Lookup, $lul2, $scripttag, 2, $inputGlyphs[$seqIndex], $exB, $exL);
2246 $seqIndex = $rule['SequenceIndex'][$b];
2252 if ($seqIndex > 0) {
2254 for ($ip = 0; $ip < $seqIndex; $ip++) {
[all …]
DTTFontFile.php2496 $seqIndex = $rule['SubstLookupRecord'][$b]['SequenceIndex'];
2508 if (strpos($inputGlyphs[$seqIndex], $lookupGlyphs[0]) === false) {
2515 …tch' => $lookupGlyphs, 'replace' => $luss['substitute'], 'seqIndex' => $seqIndex, 'key' => $lookup…
2559 $seqIndex = $rule['SequenceIndex'][$b];
2571 if (strpos($inputGlyphs[$seqIndex], $lookupGlyphs[0]) === false) {
2576 …extInputMatch = $this->_makeGSUBcontextInputMatch($inputGlyphs, $ignore, $lookupGlyphs, $seqIndex);
2583 …tch' => $lookupGlyphs, 'replace' => $luss['substitute'], 'seqIndex' => $seqIndex, 'key' => $lookup…
2629 $seqIndex = $Lookup[$i]['Subtable'][$c]['SubstLookupRecord'][$b]['SequenceIndex'];
2639 if (strpos($inputGlyphs[$seqIndex], $lookupGlyphs[0]) === false) {
2644 …extInputMatch = $this->_makeGSUBcontextInputMatch($inputGlyphs, $ignore, $lookupGlyphs, $seqIndex);
[all …]