Searched refs:lookaheadGlyphs (Results 1 – 3 of 3) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | OtlDump.php | 2379 $lookaheadGlyphs = $rule['LookaheadGlyphs']; 2381 $lookaheadGlyphs = []; 2396 for ($ff = 0; $ff < count($lookaheadGlyphs); $ff++) { 2397 …okahead #' . $ff . ': <span class="unicode">' . $this->formatUniStr($lookaheadGlyphs[$ff]) . '</sp… 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 …okahead #' . $ff . ': <span class="unicode">' . $this->formatUniStr($lookaheadGlyphs[$ff]) . '</sp… [all …]
|
| D | TTFontFile.php | 2513 …ce' => $REPL, 'tag' => $tag, 'prel' => $backtrackGlyphs, 'postl' => $lookaheadGlyphs, 'ignore' => … 2581 …ce' => $REPL, 'tag' => $tag, 'prel' => $backtrackGlyphs, 'postl' => $lookaheadGlyphs, 'ignore' => … 2614 $lookaheadGlyphs = $Lookup[$i]['Subtable'][$c]['CoverageLookaheadGlyphs']; 2616 $lookaheadGlyphs = []; 2620 $lookaheadMatch = $this->_makeGSUBlookaheadMatch($lookaheadGlyphs, $ignore); 2625 …count($backtrackGlyphs), 'nInput' => $nInput, 'nLookahead' => count($lookaheadGlyphs), 'rules' => … 2648 …ce' => $REPL, 'tag' => $tag, 'prel' => $backtrackGlyphs, 'postl' => $lookaheadGlyphs, 'ignore' => … 2691 $lookaheadGlyphs = $rule['LookaheadGlyphs']; 2693 $lookaheadGlyphs = []; 2696 $lookaheadMatch = $this->_makeGSUBlookaheadMatch($lookaheadGlyphs, $ignore); [all …]
|
| D | Otl.php | 1967 $lookaheadGlyphs = []; 1969 …$this->checkContextMatchMultipleUni($inputGlyphs, $backtrackGlyphs, $lookaheadGlyphs, $ignore, $pt… 2217 $lookaheadGlyphs[$gcl] = $LookaheadClasses[$classindex]; 2219 $lookaheadGlyphs[$gcl] = ''; 2223 $lookaheadGlyphs = []; 2235 …$this->checkContextMatchMultipleUni($inputGlyphs, $backtrackGlyphs, $lookaheadGlyphs, $ignore, $pt… 3849 $lookaheadGlyphs = []; 3851 …$this->checkContextMatchMultipleUni($inputGlyphs, $backtrackGlyphs, $lookaheadGlyphs, $ignore, $pt… 4012 $lookaheadGlyphs = []; 4016 $lookaheadGlyphs[$gcl] = $LookaheadClasses[$classindex]; [all …]
|