Fix some leftovers
This commit is contained in:
parent
10944be385
commit
8787e7cbe9
2
pdf.js
2
pdf.js
@ -2532,7 +2532,7 @@ var CanvasGraphics = (function() {
|
||||
}
|
||||
|
||||
this.current.fontSize = size;
|
||||
this.ctx.font = this.current.fontSize +'px "' + fontName + '", Symbol';
|
||||
this.ctx.font = this.current.fontSize +'px "' + fontName + '"';
|
||||
},
|
||||
setTextRenderingMode: function(mode) {
|
||||
TODO("text rendering mode");
|
||||
|
Loading…
Reference in New Issue
Block a user