Browse Source

Fix some leftovers

Vivien Nicolas 14 years ago
parent
commit
69c71c9332
  1. 2
      pdf.js

2
pdf.js

@ -2532,7 +2532,7 @@ var CanvasGraphics = (function() {
} }
this.current.fontSize = size; this.current.fontSize = size;
this.ctx.font = this.current.fontSize +'px "' + fontName + '", Symbol'; this.ctx.font = this.current.fontSize +'px "' + fontName + '"';
}, },
setTextRenderingMode: function(mode) { setTextRenderingMode: function(mode) {
TODO("text rendering mode"); TODO("text rendering mode");

Loading…
Cancel
Save