How to get HTML5 canvas text to show html entity?
Posted
by mrollinsiv
on Stack Overflow
See other posts from Stack Overflow
or by mrollinsiv
Published on 2010-04-16T14:52:08Z
Indexed on
2010/06/10
16:32 UTC
Read the original article
Hit count: 217
I'm parsing an xml file that stores image/caption data both of which I need to display on my canvas. However occasionally there's an entity in the file and when drawing the text to the canvas it interprets it as flat text. How can i get ©
to show up as © on the canvas? Is this even possible, or does anyone know of a good work around?
© Stack Overflow or respective owner