Searched refs:subsetglyphs (Results 1 – 2 of 2) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TTFontFile.php | 3569 $subsetglyphs = [0 => 0, 1 => 1, 2 => 2]; 3573 $subsetglyphs[$this->charToGlyph[$code]] = $code; // Old Glyph ID => Unicode 3582 ksort($subsetglyphs); 3585 foreach ($subsetglyphs as $originalGlyphIdx => $uni) { 3598 ksort($subsetglyphs); 3599 foreach ($subsetglyphs as $originalGlyphIdx => $uni) { 3600 $this->getGlyphs($originalGlyphIdx, $start, $glyphSet, $subsetglyphs); 3603 $numGlyphs = $numberOfHMetrics = count($subsetglyphs); 3748 foreach ($subsetglyphs as $originalGlyphIdx => $uni) { 4482 function getGlyphs($originalGlyphIdx, &$start, &$glyphSet, &$subsetglyphs) argument [all …]
|
| D | OtlDump.php | 4026 function getGlyphs($originalGlyphIdx, &$start, &$glyphSet, &$subsetglyphs) argument 4043 $glyphSet[$glyphIdx] = count($subsetglyphs); // old glyphID to new glyphID 4044 $subsetglyphs[$glyphIdx] = true; 4047 $this->getGlyphs($glyphIdx, $start, $glyphSet, $subsetglyphs);
|