The question says it all pretty much. I\'ve been searching around and starting to worry that it\'s impossible.
I\'ve got this canvas element that I\'m drawing text t
I use:
ctx.font = "32px Tahoma";//set font ctx.scale(0.75,1);//important! the scale ctx.fillText("LaFeteParFete test text", 2, 274);//draw ctx.setTransform(1,0,0,1,0,0);//reset transform