Home
last modified time | relevance | path

Searched refs:maxStrLenRead (Results 1 – 2 of 2) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php176 var $maxStrLenRead; variable in Mpdf\\TTFontFile
220 $this->maxStrLenRead = 200000;
324 if ($t['length'] > 0 && $t['length'] < $this->maxStrLenRead) { // 1.02
3724 if ($glyfLength < $this->maxStrLenRead) {
3756 if ($glyfLength < $this->maxStrLenRead) {
4366 if ($glyfLength < $this->maxStrLenRead) {
4380 if ($glyfLength < $this->maxStrLenRead) {
4538 if (($numberOfHMetrics * 4) < $this->maxStrLenRead) {
4547 if (($numberOfHMetrics * 4) < $this->maxStrLenRead) {
H A DOtlDump.php131 var $maxStrLenRead; variable in Mpdf\\OtlDump
168 $this->maxStrLenRead = 200000; // Maximum size of glyf table to read in as string (otherwise reads each glyph from file)
251 if ($t['length'] > 0 && $t['length'] < $this->maxStrLenRead) { // 1.02
4083 if (($numberOfHMetrics * 4) < $this->maxStrLenRead) {
4090 if (($numberOfHMetrics * 4) < $this->maxStrLenRead) {