Searched refs:includeGap (Results 1 – 3 of 3) sorted by relevance
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 29057 currentLineHeight: function(includeGap) { argument 29058 if (includeGap == null) { 29059 includeGap = false; 29061 return this._font.lineHeight(this._fontSize, includeGap); 29356 PDFFont.prototype.lineHeight = function(size, includeGap) { 29358 if (includeGap == null) { 29359 includeGap = false; 29361 gap = includeGap ? this.lineGap : 0;
|
| D | pdfmake.min.js.map | 1 …includeGap","registerFont","AFMFont","Subset","TTFFont","STANDARD_FONTS","isAFM","registerAFM","fr…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 16047 value: function lineHeight(size, includeGap) { 16048 if (includeGap == null) { 16049 includeGap = false; 16051 var gap = includeGap ? this.lineGap : 0; 16517 currentLineHeight: function currentLineHeight(includeGap) { 16518 if (includeGap == null) { 16519 includeGap = false; 16521 return this._font.lineHeight(this._fontSize, includeGap);
|