Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php112 var $glyphPos; variable in Mpdf\\TTFontFile
236 $this->glyphPos = [];
568 $this->glyphPos = [];
3469 $this->glyphPos = [];
3754 $glyphPos = $this->glyphPos[$originalGlyphIdx];
3755 $glyphLen = $this->glyphPos[$originalGlyphIdx + 1] - $glyphPos;
3757 $data = substr($glyphData, $glyphPos, $glyphLen);
3760 $data = $this->get_chunk($glyfOffset + $glyphPos,
[all...]
H A DOtlDump.php93 var $glyphPos; variable in Mpdf\\OtlDump
186 $this->glyphPos = [];
4028 $glyphPos = $this->glyphPos[$originalGlyphIdx];
4029 $glyphLen = $this->glyphPos[$originalGlyphIdx + 1] - $glyphPos;
4033 $this->seek($start + $glyphPos);
4167 $this->glyphPos = [];
4172 $this->glyphPos[] = ($arr[$n + 1] * 2);
4179 $this->glyphPos[]
[all...]
H A DTTFontFileAnalysis.php18 $this->glyphPos = [];