How to get HTML5 canvas text to show html entity?
- by mrollinsiv
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?