Searched refs:hhea (Results 1 – 10 of 10) sorted by relevance
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | font.class.php | 78 $hhea = $font->getTable('hhea'); 108 $this->ascender = floor($hhea->_ascender*1000/$head->_unitsPerEm); 109 $this->descender = floor($hhea->_descender*1000/$head->_unitsPerEm);
|
| D | pdf.fpdf.makefont.php | 21 $hhea =& $font->getTable('hhea'); 47 $realIndex = min($glyphIndex, $hhea->_numberOfHMetrics-1); 83 $font_info['Ascender'] = floor($hhea->_ascender*1000/$head->_unitsPerEm); 84 $font_info['Descender'] = floor($hhea->_descender*1000/$head->_unitsPerEm);
|
| D | ot.class.php | 873 $hhea =& $fontFile->getTable('hhea'); 876 for ($i=0; $i<$hhea->_numberOfHMetrics; $i++) {
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TTFontFile.php | 3884 $hhea = $this->get_table('hhea'); 3885 $hhea = $this->_set_ushort($hhea, 34, $numberOfHMetrics); 3887 $hhea = $this->_set_ushort($hhea, 10, $advanceWidthMax); 3888 $hhea = $this->_set_short($hhea, 12, $minLeftSideBearing); 3889 $hhea = $this->_set_short($hhea, 14, $minRightSideBearing); 3890 $hhea = $this->_set_short($hhea, 16, $xMaxExtent); 3892 $this->add('hhea', $hhea); 4232 $hhea = $this->get_table('hhea'); 4233 $hhea = $this->_set_ushort($hhea, 34, $numberOfHMetrics); 4234 $this->add('hhea', $hhea);
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.min.js | 14 …hhea=new HheaTable(this),this.maxp=new MaxpTable(this),this.hmtx=new HmtxTable(this),this.post=new… 15 …ap:t.table,glyf:n.table,loca:s.table,hmtx:this.font.hmtx.encode(p),hhea:this.font.hhea.encode(p),m… property
|
| D | pdfmake.js | 29476 this.hhea = new HheaTable(this); 29483 this.ascender = (this.os2.exists && this.os2.ascender) || this.hhea.ascender; 29484 this.decender = (this.os2.exists && this.os2.decender) || this.hhea.decender; 29485 this.lineGap = (this.os2.exists && this.os2.lineGap) || this.hhea.lineGap; 30591 …for (i = _i = 0, _ref = this.file.hhea.numberOfMetrics; 0 <= _ref ? _i < _ref : _i > _ref; i = 0 <… 30597 lsbCount = this.file.maxp.numGlyphs - this.file.hhea.numberOfMetrics; 31584 hhea: this.font.hhea.encode(oldIDs), property
|
| D | pdfmake.min.js.map | 1 …hhea","maxp","hmtx","loca","glyf","xMin","yMin","xMax","yMax","character","codeMap","forGlyph","ad…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 52777 var hhea = new r.Struct({ 52810 return t.parent.hhea.numberOfMetrics; 52813 return t.parent.maxp.numGlyphs - t.parent.hhea.numberOfMetrics; 56058 tables.hhea = hhea; 61863 var hhea = this._font.hhea; 61864 var advanceHeight = Math.abs(hhea.ascent - hhea.descent); 61865 var topBearing = hhea.ascent - cbox.maxY; 63666 var hhea = cloneDeep(this.font.hhea); 63667 hhea.numberOfMetrics = this.hmtx.metrics.length; // map = [] 63693 hhea: hhea, [all …]
|
| D | pdfmake.min.js | 2 …hhea.numberOfMetrics})),bearings:new g.LazyArray(g.int16,(function(r){return r.parent.maxp.numGlyp…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js.map | 1 …hhea', 'hmtx', 'maxp',\n 'name', 'post', 'loca', 'glyf', 'fpgm', 'prep', 'cvt ', 'CFF '];\n…
|