Java guarantees the following five fonts on every platform: Dialog, SansSerif, Serif, Monospaced, and DialogInput |
Other fonts may be available on a client-by-client basis |
To get the name of the current font: Font f = g.getFont(); String name = f.getName(); |