Home
last modified time | relevance | path

Searched refs:wordWidth (Results 1 – 5 of 5) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.min.js15wordWidth=function(t){return this.document.widthOfString(t,this)+this.characterSpacing+this.wordSp… method in e
Dpdfmake.js31992 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);
Dpdfmake.min.js.map1wordWidth","eachWord","bk","breaker","fbk","lbk","shouldContinue","wordWidths","nextBreak","requir…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js16596 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);
Dpdfmake.min.js2wordWidth(r){return this.document.widthOfString(r,this)+this.characterSpacing+this.wordSpacing}},{…