Searched refs:inputGlyphs (Results 1 – 3 of 3) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | OtlDump.php | 2016 $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]) . ' </span> '; 2026 $html .= '<span class="unchanged"> ' . $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]) . ' </span> '; 2056 $html .= '<span class="unchanged"> ' . $this->formatEntity($inputGlyphs[0]) . '</span>'; 2076 $inputGlyphs = $Lookup[$i]['Subtable'][$c]['subs'][$s]['Replace']; 2078 if ($level == 2 && strpos($coverage, $inputGlyphs[0]) === false) { [all …]
|
| D | TTFontFile.php | 2435 $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' =… 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' =… 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' =… 2465 $inputGlyphs = $Lookup[$i]['Subtable'][$c]['subs'][$s]['Replace']; [all …]
|
| D | Otl.php | 1943 $inputGlyphs = []; 1944 $inputGlyphs[0] = $InputClasses[$inputClass]; 1951 $inputGlyphs[$gcl] = $InputClasses[$classindex]; 1953 $inputGlyphs[$gcl] = ''; 1969 …$matched = $this->checkContextMatchMultipleUni($inputGlyphs, $backtrackGlyphs, $lookaheadGlyphs, $… 2168 $inputGlyphs = []; 2169 $inputGlyphs[0] = $InputClasses[$inputClass]; 2176 $inputGlyphs[$gcl] = $InputClasses[$classindex]; 2178 $inputGlyphs[$gcl] = ''; 2235 …$matched = $this->checkContextMatchMultipleUni($inputGlyphs, $backtrackGlyphs, $lookaheadGlyphs, $… [all …]
|