Searched refs:widthOfString (Results 1 – 4 of 4) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 13331 FontWrapper.prototype.widthOfString = function(){ 13333 return font.widthOfString.apply(font, arguments); 14628 width: font.widthOfString(removeDiacritics(text), fontSize), 14767 item.width = font.widthOfString(removeDiacritics(item.text), fontSize); 14773 item.leadingCut = font.widthOfString(leadingSpaces[0], fontSize); 14780 item.trailingCut = font.widthOfString(trailingSpaces[0], fontSize); 29344 PDFFont.prototype.widthOfString = function(string, size) { 31667 widthOfString: function(string, options) { 31812 return this.x += this.widthOfString(text); 31838 spaceWidth = this.widthOfString(' ') + characterSpacing; [all …]
|
H A D | pdfmake.min.js | 9 …widthOfString=function(){var t=this.getFont(0);return t.widthOfString.apply(t,arguments)},r.protot… method in r 14 …Type1",Encoding:"WinAnsiEncoding"},this.dictionary.end()},t.prototype.widthOfString=function(t,e){… method in t 15 …widthOfString:function(t,e){return null==e&&(e={}),this._font.widthOfString(t,this._fontSize)+(e.c… method in t.exports
|
H A D | pdfmake.min.js.map | 1 …widthOfString","lineHeight","toCharCode","char","charTypesInInline","split","characterFitInFontWit…
|
/plugin/datatables/assets/pdfmake/build/ |
H A D | pdfmake.min.js |
|