1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-24 17:18:07 +02:00

Do not use makeSubStream in the CFF constructor

This commit is contained in:
Vivien Nicolas 2011-06-13 23:23:13 +02:00
parent f9e3607601
commit c03dd98075
2 changed files with 3 additions and 4 deletions

1
pdf.js
View file

@ -1848,7 +1848,6 @@ var CanvasGraphics = (function() {
}
this.current.fontSize = size;
TODO("using hard-coded font for testing");
this.ctx.font = this.current.fontSize +'px "' + fontName + '"';
},
moveText: function (x, y) {