Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFile.php2513 …' => $lookupGlyphs[0], 'replace' => $REPL, 'tag' => $tag, 'prel' => $backtrackGlyphs, 'postl' => $…
2581 …' => $lookupGlyphs[0], 'replace' => $REPL, 'tag' => $tag, 'prel' => $backtrackGlyphs, 'postl' => $…
2605 $backtrackGlyphs = $Lookup[$i]['Subtable'][$c]['CoverageBacktrackGlyphs'];
2607 $backtrackGlyphs = [];
2611 $backtrackMatch = $this->_makeGSUBbacktrackMatch($backtrackGlyphs, $ignore);
2622 $nBsubs = 2 * count($backtrackGlyphs);
2625 …h' => ($contextInputMatch . $lookaheadMatch), 'nBacktrack' => count($backtrackGlyphs), 'nInput' =>…
2648 …' => $lookupGlyphs[0], 'replace' => $REPL, 'tag' => $tag, 'prel' => $backtrackGlyphs, 'postl' => $…
2684 $backtrackGlyphs = $rule['BacktrackGlyphs'];
2686 $backtrackGlyphs = [];
[all …]
DOtlDump.php2373 $backtrackGlyphs = $rule['BacktrackGlyphs'];
2375 $backtrackGlyphs = [];
2388 for ($ff = count($backtrackGlyphs) - 1; $ff >= 0; $ff--) {
2389 …cktrack #' . $ff . ': <span class="unicode">' . $this->formatUniStr($backtrackGlyphs[$ff]) . '</sp…
2390 $exampleB[] = $this->formatEntityFirst($backtrackGlyphs[$ff]);
2484 … $backtrackGlyphs[$gcl] = $Lookup[$i]['Subtable'][$c]['BacktrackClasses'][$classindex];
2487 $backtrackGlyphs = [];
2503 for ($ff = count($backtrackGlyphs) - 1; $ff >= 0; $ff--) {
2504 if (!$backtrackGlyphs[$ff]) {
2508 …cktrack #' . $ff . ': <span class="unicode">' . $this->formatUniStr($backtrackGlyphs[$ff]) . '</sp…
[all …]
DOtl.php1966 $backtrackGlyphs = [];
1969 …$matched = $this->checkContextMatchMultipleUni($inputGlyphs, $backtrackGlyphs, $lookaheadGlyphs, $…
2195 $backtrackGlyphs[$gcl] = $BacktrackClasses[$classindex];
2197 $backtrackGlyphs[$gcl] = '';
2201 $backtrackGlyphs = [];
2235 …$matched = $this->checkContextMatchMultipleUni($inputGlyphs, $backtrackGlyphs, $lookaheadGlyphs, $…
3848 $backtrackGlyphs = [];
3851 …$matched = $this->checkContextMatchMultipleUni($inputGlyphs, $backtrackGlyphs, $lookaheadGlyphs, $…
3990 $backtrackGlyphs = [];
3994 $backtrackGlyphs[$gcl] = $BacktrackClasses[$classindex];
[all …]