Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dot.class.php856 var $_hMetrics; variable in OpenTypeFileHMTX
860 unset($this->_hMetrics);
867 $this->_hMetrics = array();
879 $this->_hMetrics[] = array('advanceWidth' => $unpacked['advanceWidth'],
H A Dfont.class.php95 … $widths[$code] = floor($hmtx->_hMetrics[$glyphIndex]['advanceWidth']*1000/$head->_unitsPerEm);
H A Dpdf.fpdf.makefont.php48 $widths[] = floor($hmtx->_hMetrics[$realIndex]['advanceWidth']*1000/$head->_unitsPerEm);