supported fonts list?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
phillip rhodes

supported fonts list?

Post by phillip rhodes » Wed Nov 13, 2002 7:14 am

I see examples of setting the font to SanSerif, is this a java font, or something else?
Is there a list of supported fonts?
Thanks.

Dave Gilbert

Re: supported fonts list?

Post by Dave Gilbert » Wed Nov 13, 2002 10:54 am

Hi Phillip,

"SansSerif" is one of the Java logical font names, it is guaranteed to be present on all JVMs (actually I think it gets mapped to a real font like "Helvetica" or "Arial"). If you stick to logical font names, your code will work across platforms. Other logical font names include "Serif" and "Monospaced".

Regards,

DG

Locked