Searched refs:AFMFont (Results 1 – 4 of 4) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
D | pdfmake.js | 29087 var AFMFont, PDFFont, Subset, TTFFont, fs; 29091 AFMFont = __webpack_require__(87); 29106 this.font = new AFMFont(STANDARD_FONTS[src]()); 31304 var AFMFont, fs; variable 31308 AFMFont = (function() { class 31311 AFMFont.open = function(filename) { 31312 return new AFMFont(fs.readFileSync(filename, 'utf8')); 31315 function AFMFont(contents) { class in AFMFont 31345 AFMFont.prototype.parse = function() { class 31412 AFMFont.prototype.encodeText = function(text) { [all …]
|
D | pdfmake.min.js.map | 1 …AFMFont","Subset","TTFFont","STANDARD_FONTS","isAFM","registerAFM","fromDFont","subset","registerT…
|
/plugin/datatables/assets/pdfmake/ |
D | pdfmake.js | 15880 var AFMFont = /*#__PURE__*/function () { 15881 _createClass(AFMFont, null, [{ 15884 return new AFMFont(fs.readFileSync(filename, 'utf8')); 15887 function AFMFont(contents) { 15888 _classCallCheck(this, AFMFont); 15909 _createClass(AFMFont, [{ 16010 return AFMFont; 16111 _this.font = new AFMFont(STANDARD_FONTS[_this.name]());
|
D | pdfmake.min.js | 2 …AFMFont(r){_classCallCheck(this,AFMFont),this.contents=r,this.attributes={},this.glyphWidths={},th…
|