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:
parent
f9e3607601
commit
c03dd98075
2 changed files with 3 additions and 4 deletions
1
pdf.js
1
pdf.js
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue