Hi,
I'm having trouble setting the font face, size, etc. using code similar to the
following:
public void paint (Graphics g) {
Font f = Font.getFont(Font.FACE_PROPORTIONAL|Font.STYLE_BOLD|Font.SIZE_SMALL);
g.setFont(f);
g.drawString("Hello",5,20);
No matter what settings I use, the font always looks the same. Am I doing
something wrong? Or is this a bug in the i-jade emulator?
Thanks,
Jason
__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/
[ Need archives? How to unsubscribe? http://www.appelsiini.net/keitai-l/ ]
Received on Tue Sep 18 12:25:50 2001