|
|
@ -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"); |
|
|
|