Searched refs:postscriptName (Results 1 – 5 of 5) sorted by relevance
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 13317 if(this.postscriptName){ 13318 delete this.pdfkitDoc._fontFamilies[this.postscriptName]; 13322 if(!this.postscriptName){ 13323 this.postscriptName = this.pdfFonts[index].name; 29206 this.name = this.font.name.postscriptName; 29266 FontName: this.subset.postscriptName, 29293 BaseFont: this.subset.postscriptName, 29460 if (this.name.postscriptName === name) { 29980 this.postscriptName = strings[6][0].raw.replace(/[\x00-\x19\x80-\xff]/g, ""); 29998 …var id, list, nameID, nameTable, postscriptName, strCount, strTable, string, strings, table, val, … [all …]
|
| D | pdfmake.min.js | 9 …postscriptName&&delete this.pdfkitDoc._fontFamilies[this.postscriptName],this.pdfFonts[t]=this.pdf… 14 …postscriptName,this.scaleFactor=1e3/this.font.head.unitsPerEm,this.bbox=function(){var e,n,r,i;for… property 15 …s.font.loca.encode(n.offsets),h=this.font.name.encode(),this.postscriptName=h.postscriptName,this.…
|
| D | pdfmake.min.js.map | 1 …postscriptName","_fontFamilies","_font","widthOfString","lineHeight","toCharCode","char","charType…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 16196 _this.name = _this.font.postscriptName; 16332 var name = tag + '+' + this.font.postscriptName; 52490 fontkit.openSync = function (filename, postscriptName) { 52492 return fontkit.create(buffer, postscriptName); 52494 fontkit.open = function (filename, postscriptName, callback) { 52495 if (typeof postscriptName === 'function') { 52496 callback = postscriptName; 52497 postscriptName = null; 52504 var font = fontkit.create(buffer, postscriptName); 52512 fontkit.create = function (buffer, postscriptName) { [all …]
|
| D | pdfmake.min.js | 2 …postscriptName,p.scale=1e3/p.font.unitsPerEm,p.ascender=p.font.ascent*p.scale,p.descender=p.font.d…
|