Font in HTML5 Canvas/JS is bolder/softer, compared to sharper/thinner in AS3/SWF?
Is there a way to achieve the same quality (sharp, thinner) look of a SWF font display within the HTML5 Canvas environment?
I have this old site that currently uses SWF for some minor text animations (screenshot 1 below) that I’ve been attempting to recreate using HTMl5 with Animate (screenshot 2 below).
After finally figuring out how to implement the JS/HTML5 into my old site’s html, I’m now at a lost as to how to achieve the same look as my original SWF display involving mostly text.
Should note also, when in HTML Canvas the web font option and the embed font option are greyed out in the properties panel (presumably that’s the way it’s supposed to be).
Any help is appreciated.
Thanks.
1. AS3/SWF in chrome browser.

2. HTML5 canvas/JS in chrome browser.

