Hi Mr./Ms. Java,
I have a problem of displaying the Symbol Fonts through my Java
application running under Windows'95. JDK 1.2.2
Though the font seems to be installed, whenever I try to
set the font to Symbol. through
Font font = new Font("Symbol",0,12);
g.setFont(font);
g.drawString("abc\267def",50,50);
I just get blank boxes in place of the actual characters.
I even tried to display the characters using the GlyphVector's draw(shape
s) but in vain as it would not display anything but the usual square
boxes.
Is this a known bug. Or if somebody has figured out a workaround do mail
it to me ASAP, as it is very critical for my application.
Thanking in advance,
Cheers,
Yash
Personal mails\replys are welcome at [EMAIL PROTECTED]
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".