Fix some leftovers
This commit is contained in:
parent
10944be385
commit
8787e7cbe9
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue