I'm working with html5 canvas text and need to change the horizontal spacing between the characters.
Normally, I'd use CSS to set "letter-spacing", but the spec for canvas Text only allows for a "font" value: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#text-0
Is there a way to set "letter-spacing" or similar using canvas text?