Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php324 $this->writeTTFontWidths($font, $asSubset, ($asSubset ? $ttf->maxUni : 0));
443 private function writeTTFontWidths(&$font, $asSubset, $maxUni) // _putTTfontwidths
461 $cwlen = ($asSubset) ? $maxUni + 1 : (strlen($font['cw']) / 2);
444 writeTTFontWidths(& $font, $asSubset, $maxUni) global() argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php84 var $maxUni; variable in Mpdf\\TTFontFile
3480 $this->maxUni = 0;
3576 $this->maxUni = max($this->maxUni, $code);
3919 // Could set nonBMP bit according to $this->maxUni
4784 $this->maxUni = 0;
H A DOtlDump.php65 var $maxUni; variable in Mpdf\\OtlDump