Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php2016 $inputGlyphs = $Lookup[$i]['Subtable'][$c]['subs'][$s]['Replace'];
2018 if ($level == 2 && strpos($coverage, $inputGlyphs[0]) === false) {
2022 $html .= '<span class="unicode">' . $this->formatUni($inputGlyphs[0]) . '&nbsp;</span> ';
2026 $html .= '<span class="unchanged">&nbsp;' . $this->formatEntity($inputGlyphs[0]) . '</span>';
2046 $inputGlyphs = $Lookup[$i]['Subtable'][$c]['subs'][$s]['Replace'];
2048 if ($level == 2 && strpos($coverage, $inputGlyphs[0]) === false) {
2052 $html .= '<span class="unicode">' . $this->formatUni($inputGlyphs[0]) . '&nbsp;</span> ';
2056 $html .= '<span class="unchanged">&nbsp;' . $this->formatEntity($inputGlyphs[0]) . '</span>';
2076 $inputGlyphs = $Lookup[$i]['Subtable'][$c]['subs'][$s]['Replace'];
2078 if ($level == 2 && strpos($coverage, $inputGlyphs[
2812 _makeGSUBcontextInputMatch($inputGlyphs, $ignore, $lookupGlyphs, $seqIndex) global() argument
2835 _makeGSUBinputMatch($inputGlyphs, $ignore) global() argument
[all...]
H A DTTFontFile.php2435 $inputGlyphs = $Lookup[$i]['Subtable'][$c]['subs'][$s]['Replace'];
2438 $repl = $this->_makeGSUBinputMatch($inputGlyphs, "()");
2440 $volt[] = ['match' => $repl, 'replace' => $subs, 'tag' => $tag, 'key' => $inputGlyphs[0], 'type' => 1];
2445 $inputGlyphs = $Lookup[$i]['Subtable'][$c]['subs'][$s]['Replace'];
2448 $repl = $this->_makeGSUBinputMatch($inputGlyphs, "()");
2450 $volt[] = ['match' => $repl, 'replace' => $subs, 'tag' => $tag, 'key' => $inputGlyphs[0], 'type' => 2];
2455 $inputGlyphs = $Lookup[$i]['Subtable'][$c]['subs'][$s]['Replace'];
2458 $repl = $this->_makeGSUBinputMatch($inputGlyphs, "()");
2460 $volt[] = ['match' => $repl, 'replace' => $subs, 'tag' => $tag, 'key' => $inputGlyphs[0], 'type' => 3];
2465 $inputGlyphs
3053 _makeGSUBcontextInputMatch($inputGlyphs, $ignore, $lookupGlyphs, $seqIndex) global() argument
3076 _makeGSUBinputMatch($inputGlyphs, $ignore) global() argument
[all...]
H A DOtl.php1943 $inputGlyphs = [];
1944 $inputGlyphs[0] = $InputClasses[$inputClass];
1951 $inputGlyphs[$gcl] = $InputClasses[$classindex];
1953 $inputGlyphs[$gcl] = '';
1969 $matched = $this->checkContextMatchMultipleUni($inputGlyphs, $backtrackGlyphs, $lookaheadGlyphs, $ignore, $ptr, $class0excl);
2168 $inputGlyphs = [];
2169 $inputGlyphs[0] = $InputClasses[$inputClass];
2176 $inputGlyphs[$gcl] = $InputClasses[$classindex];
2178 $inputGlyphs[$gcl] = '';
2235 $matched = $this->checkContextMatchMultipleUni($inputGlyphs,
[all...]