Home
last modified time | relevance | path

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

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