// To create a font, you specify:
// 1. The font family name
// 2. The style (combining attribute bits Font.PLAIN, Font.BOLD and Font.ITALIC)
// 3. The font size in points.
Font font = new Font( "Tiresias PCFont Z", Font.BOLD+Font.ITALIC, 15 );