Hi,
I've been trying to draw a string containing unicode characters, but I'm not having any success.
Naively I've just been pasting the characters into the code like so:
g2.drawString("♠");
But the character simply doesn't draw.
I found a tweet from Rob from a little while ago saying there were some Haxe-related complications with drawing unicode characters; but it did also suggest there was perhaps a way.
Does anyone have any tips?
Thanks!