// using the three physical fonts (8 variations) Font bright = new Font( "Lucida Bright", Font.PLAIN, 18 ); Font sans = new Font( "Lucida Sans", Font.BOLD, 18 ); Font typerwriter = new Font( "Lucida Sans Typewriter", Font.ITALIC|Font.BOLD, 18 );