Searched refs:currentLineHeight (Results 1 – 5 of 5) sorted by relevance
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.min.js | 13 …is._font,this))},fontSize:function(t){return this._fontSize=t,this},currentLineHeight:function(t){… method 15 …currentLineHeight(!0)*t+this._lineGap,this},moveUp:function(t){return null==t&&(t=1),this.y-=this.…
|
| D | pdfmake.js | 29057 currentLineHeight: function(includeGap) { method 31629 this.y += this.currentLineHeight(true) * lines + this._lineGap; 31636 this.y -= this.currentLineHeight(true) * lines + this._lineGap; 31684 return _this.y += _this.currentLineHeight(true) + lineGap; 31814 return this.y += this.currentLineHeight(true) + lineGap; 31844 this.link(x, y, renderedWidth, this.currentLineHeight(), options.link); 31854 lineY = y + this.currentLineHeight() / d; 32047 nextY = this.document.y + this.document.currentLineHeight(true); 32083 lh = _this.document.currentLineHeight(true);
|
| D | pdfmake.min.js.map | 1 …currentLineHeight","includeGap","registerFont","AFMFont","Subset","TTFFont","STANDARD_FONTS","isAF…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 16517 currentLineHeight: function currentLineHeight(includeGap) { 16689 var nextY = this.document.y + this.document.currentLineHeight(true); 16721 var lh = _this2.document.currentLineHeight(true); 16845 this.y += this.currentLineHeight(true) * lines + this._lineGap; 16852 this.y -= this.currentLineHeight(true) * lines + this._lineGap; 16913 return _this2.y += _this2.currentLineHeight(true) + lineGap; 17079 return this.y += this.currentLineHeight(true) + lineGap; 17149 this.link(x, y, renderedWidth, this.currentLineHeight(), options.link); 17152 this.goTo(x, y, renderedWidth, this.currentLineHeight(), options.goTo); 17165 var lineY = y + this.currentLineHeight() - lineWidth; [all …]
|
| D | pdfmake.min.js | 2 …currentLineHeight:function currentLineHeight(r){return null==r&&(r=!1),this._font.lineHeight(this.…
|