The text comes out looking pixelated / aliased (firefox and opera)
As it seems like there’s not much to do about the actual issue, are there any quirks/tricks that might reduce this effect?
Thanks
/A
context.textBaseline = 'top'
context.fillStyle = color
context.font = "16px gotham_htfregular"
context.fillText("HD", 15, 11)
I’m not sure if this will help, but it helped me with Anti-aliased edges on images within the
canvas:note: that the
-ms-interpolation-modeis for IE, but included for good measure.