Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFile.php2502 $lookupGlyphs = $luss['Replace'];
2503 $mLen = count($lookupGlyphs);
2508 if (strpos($inputGlyphs[$seqIndex], $lookupGlyphs[0]) === false) {
2513 …$volt[] = ['match' => $lookupGlyphs[0], 'replace' => $REPL, 'tag' => $tag, 'prel' => $backtrackGly…
2515 …p[$lup]['Type'], 'match' => $lookupGlyphs, 'replace' => $luss['substitute'], 'seqIndex' => $seqInd…
2565 $lookupGlyphs = $luss['Replace'];
2566 $mLen = count($lookupGlyphs);
2571 if (strpos($inputGlyphs[$seqIndex], $lookupGlyphs[0]) === false) {
2576 …extInputMatch = $this->_makeGSUBcontextInputMatch($inputGlyphs, $ignore, $lookupGlyphs, $seqIndex);
2581 …$volt[] = ['match' => $lookupGlyphs[0], 'replace' => $REPL, 'tag' => $tag, 'prel' => $backtrackGly…
[all …]
DOtlDump.php2812 function _makeGSUBcontextInputMatch($inputGlyphs, $ignore, $lookupGlyphs, $seqIndex) argument
2818 $mLen = count($lookupGlyphs); // nGlyphs in the secondary Lookup match
2826 $str .= "" . $lookupGlyphs[($i - $seqIndex)] . "";