Searched refs:lineGap (Results 1 – 6 of 6) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/ |
H A D | MetricsGenerator.php | 37 'Leading' => round($ttf->lineGap),
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | TTFontFile.php | 120 var $lineGap; variable in Mpdf\\TTFontFile 245 $this->lineGap = 0; 912 $this->lineGap = $this->typoLineGap; 916 $this->lineGap = $this->hhealineGap; 920 $this->lineGap = 0; 944 $this->lineGap = $this->typoLineGap;
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 29232 this.lineGap = Math.round(this.font.lineGap * this.scaleFactor); 29361 gap = includeGap ? this.lineGap : 0; 29485 this.lineGap = (this.os2.exists && this.os2.lineGap) || this.hhea.lineGap; 30684 this.lineGap = data.readShort(); 30703 table.writeShort(this.lineGap); 31005 this.lineGap = data.readShort(); 31621 lineGap: function(_lineGap) { 31674 var height, lineGap, x, y; 31681 lineGap = options.lineGap || this._lineGap || 0; 31805 var lineGap; [all …]
|
H A D | pdfmake.min.js | 14 …lineGap=Math.round(this.font.lineGap*this.scaleFactor),this.capHeight=this.font.os2.exists&&this.f… 15 …lineGap=this.bbox[3]-this.bbox[1]-(this.ascender-this.decender)}var e,n;return t.open=function(e){… method in t.exports
|
H A D | pdfmake.min.js.map | 1 …lineGap","capHeight","os2","xHeight","familyClass","isSerif","isScript","isFixedPitch","cmap","uni…
|
/plugin/datatables/assets/pdfmake/build/ |
H A D | pdfmake.min.js |
|