Searched refs:wordWidth (Results 1 – 5 of 5) sorted by relevance
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.min.js | 15 …wordWidth=function(t){return this.document.widthOfString(t,this)+this.characterSpacing+this.wordSp… method in e
|
| D | pdfmake.js | 31992 LineWrapper.prototype.wordWidth = function(word) { 32003 w = wordWidths[word] != null ? wordWidths[word] : wordWidths[word] = this.wordWidth(word); 32010 w = this.wordWidth(word.slice(0, --l)); 32018 w = this.wordWidth(word); 32089 textWidth = _this.wordWidth(buffer + _this.ellipsis); 32092 textWidth = _this.wordWidth(buffer + _this.ellipsis);
|
| D | pdfmake.min.js.map | 1 …wordWidth","eachWord","bk","breaker","fbk","lbk","shouldContinue","wordWidths","nextBreak","requir…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 16596 value: function wordWidth(word) { 16610 …var w = wordWidths[word] != null ? wordWidths[word] : wordWidths[word] = this.wordWidth(word); // … 16624 w = this.wordWidth(word.slice(0, l)); 16633 w = this.wordWidth(word.slice(0, --l)); 16636 w = this.wordWidth(word.slice(0, ++l)); 16653 w = this.wordWidth(word); 16728 …textWidth = _this2.wordWidth(buffer + _this2.ellipsis); // remove characters from the buffer until… 16733 textWidth = _this2.wordWidth(buffer + _this2.ellipsis); 16739 textWidth = _this2.wordWidth(buffer);
|
| D | pdfmake.min.js | 2 …wordWidth(r){return this.document.widthOfString(r,this)+this.characterSpacing+this.wordSpacing}},{…
|