Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php2379 $lookaheadGlyphs = $rule['LookaheadGlyphs'];
2381 $lookaheadGlyphs = [];
2396 for ($ff = 0; $ff < count($lookaheadGlyphs); $ff++) {
2397 $html .= '<div>Lookahead #' . $ff . ': <span class="unicode">' . $this->formatUniStr($lookaheadGlyphs[$ff]) . '</span></div>';
2398 $exampleL[] = $this->formatEntityFirst($lookaheadGlyphs[$ff]);
2493 $lookaheadGlyphs[$gcl] = $Lookup[$i]['Subtable'][$c]['LookaheadClasses'][$classindex];
2496 $lookaheadGlyphs = [];
2521 for ($ff = 0; $ff < count($lookaheadGlyphs); $ff++) {
2522 if (!$lookaheadGlyphs[$ff]) {
2526 $html .= '<div>Lookahead #' . $ff . ': <span class="unicode">' . $this->formatUniStr($lookaheadGlyphs[
2867 _makeGSUBlookaheadMatch($lookaheadGlyphs, $ignore) global() argument
[all...]
H A DTTFontFile.php2513 $volt[] = ['match' => $lookupGlyphs[0], 'replace' => $REPL, 'tag' => $tag, 'prel' => $backtrackGlyphs, 'postl' => $lookaheadGlyphs, 'ignore' => $ignore];
2581 $volt[] = ['match' => $lookupGlyphs[0], 'replace' => $REPL, 'tag' => $tag, 'prel' => $backtrackGlyphs, 'postl' => $lookaheadGlyphs, 'ignore' => $ignore];
2614 $lookaheadGlyphs = $Lookup[$i]['Subtable'][$c]['CoverageLookaheadGlyphs'];
2616 $lookaheadGlyphs = [];
2620 $lookaheadMatch = $this->_makeGSUBlookaheadMatch($lookaheadGlyphs, $ignore);
2625 $subRule = ['context' => 1, 'tag' => $tag, 'matchback' => $backtrackMatch, 'match' => ($contextInputMatch . $lookaheadMatch), 'nBacktrack' => count($backtrackGlyphs), 'nInput' => $nInput, 'nLookahead' => count($lookaheadGlyphs), 'rules' => [],];
2648 $volt[] = ['match' => $lookupGlyphs[0], 'replace' => $REPL, 'tag' => $tag, 'prel' => $backtrackGlyphs, 'postl' => $lookaheadGlyphs, 'ignore' => $ignore];
2691 $lookaheadGlyphs = $rule['LookaheadGlyphs'];
2693 $lookaheadGlyphs = [];
2696 $lookaheadMatch = $this->_makeGSUBlookaheadMatch($lookaheadGlyphs,
3108 _makeGSUBlookaheadMatch($lookaheadGlyphs, $ignore) global() argument
[all...]
H A DOtl.php1967 $lookaheadGlyphs = [];
1969 $matched = $this->checkContextMatchMultipleUni($inputGlyphs, $backtrackGlyphs, $lookaheadGlyphs, $ignore, $ptr, $class0excl);
2217 $lookaheadGlyphs[$gcl] = $LookaheadClasses[$classindex];
2219 $lookaheadGlyphs[$gcl] = '';
2223 $lookaheadGlyphs = [];
2235 $matched = $this->checkContextMatchMultipleUni($inputGlyphs, $backtrackGlyphs, $lookaheadGlyphs, $ignore, $ptr, $class0excl, $bclass0excl, $lclass0excl);
3849 $lookaheadGlyphs = [];
3851 $matched = $this->checkContextMatchMultipleUni($inputGlyphs, $backtrackGlyphs, $lookaheadGlyphs, $ignore, $ptr, $class0excl);
4012 $lookaheadGlyphs = [];
4016 $lookaheadGlyphs[
[all...]