Home
last modified time | relevance | path

Searched refs:lineGap (Results 1 – 7 of 7) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
DMetricsGenerator.php37 'Leading' => round($ttf->lineGap),
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFile.php120 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/
Dpdfmake.js29232 this.lineGap = Math.round(this.font.lineGap * this.scaleFactor);
29331 ….ascender, this.decender = _ref.decender, this.bbox = _ref.bbox, this.lineGap = _ref.lineGap, _ref;
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();
31342 this.lineGap = (this.bbox[3] - this.bbox[1]) - (this.ascender - this.decender);
31621 lineGap: function(_lineGap) { method
31674 var height, lineGap, x, y;
[all …]
Dpdfmake.min.js14lineGap=Math.round(this.font.lineGap*this.scaleFactor),this.capHeight=this.font.os2.exists&&this.f…
15lineGap=this.bbox[3]-this.bbox[1]-(this.ascender-this.decender)}var e,n;return t.open=function(e){… method
Dpdfmake.min.js.map1lineGap","capHeight","os2","xHeight","familyClass","isSerif","isScript","isFixedPitch","cmap","uni…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js15907 this.lineGap = this.bbox[3] - this.bbox[1] - (this.ascender - this.descender);
16051 var gap = includeGap ? this.lineGap : 0;
16116 _this.lineGap = _this$font.lineGap;
16202 _this.lineGap = _this.font.lineGap * _this.scale;
16837 lineGap: function lineGap(_lineGap) {
16911 var lineGap = options.lineGap || this._lineGap || 0;
16913 return _this2.y += _this2.currentLineHeight(true) + lineGap;
17075 var lineGap = options.lineGap || this._lineGap || 0;
17079 return this.y += this.currentLineHeight(true) + lineGap;
52783 lineGap: r.int16,
[all …]
Dpdfmake.min.js2lineGap=this.bbox[3]-this.bbox[1]-(this.ascender-this.descender)}return _createClass(AFMFont,null,…