visualizing enter symbol in java (Serif/SansSerif preferred)

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2010-06-10T11:00:00Z Indexed on 2010/06/10 11:43 UTC
Read the original article Hit count: 81

Filed under:

How can I display the graphical "enter symbol" within java applet using fonts?

I want to show "?", which is U+21B5 DOWNWARDS ARROW WITH CORNER LEFTWARDS. –

I want to draw this to applet's screen so that it works in WIN, LINUX, MACOSX, etc.

Is there a font available that makes this possible or should I draw it manually somehow?

g2d.setFont("SymbolFont??which one");
g2d.drawString(myenterSymbolHere,x,Y);

© Stack Overflow or respective owner

Related posts about java