Searched refs:lineGap (Results 1 – 7 of 7) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/ |
| D | MetricsGenerator.php | 37 'Leading' => round($ttf->lineGap),
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| 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/ |
| D | pdfmake.js | 29232 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 …]
|
| 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
|
| D | pdfmake.min.js.map | 1 …lineGap","capHeight","os2","xHeight","familyClass","isSerif","isScript","isFixedPitch","cmap","uni…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 15907 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 …]
|
| D | pdfmake.min.js | 2 …lineGap=this.bbox[3]-this.bbox[1]-(this.ascender-this.descender)}return _createClass(AFMFont,null,…
|