Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A 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' => $backtrackGlyphs, 'postl' => $lookaheadGlyphs, 'ignore' => $ignore];
2515 $subRule['rules'][] = ['type' => $Lookup[$lup]['Type'], 'match' => $lookupGlyphs, 'replace' => $luss['substitute'], 'seqIndex' => $seqIndex, 'key' => $lookupGlyphs[0],];
2565 $lookupGlyphs = $luss['Replace'];
2566 $mLen = count($lookupGlyphs);
2571 if (strpos($inputGlyphs[$seqIndex], $lookupGlyphs[0]) === false) {
2576 $contextInputMatch = $this->_makeGSUBcontextInputMatch($inputGlyphs, $ignore, $lookupGlyphs,
3053 _makeGSUBcontextInputMatch($inputGlyphs, $ignore, $lookupGlyphs, $seqIndex) global() argument
[all...]
H A DOtlDump.php2812 function _makeGSUBcontextInputMatch($inputGlyphs, $ignore, $lookupGlyphs, $seqIndex) argument
2817 // $lookupGlyphs = array of glyphs (single Glyphs) making up Lookup Input sequence
2818 $mLen = count($lookupGlyphs); // nGlyphs in the secondary Lookup match
2826 $str .= "" . $lookupGlyphs[($i - $seqIndex)] . "";
2840 // $lookupGlyphs = array of glyphs making up Lookup Input sequence - if applicable