The Font Object
A Java Font object has three properties: font name, font style, and font size
Instantiate a Font object like this: Font f = new Font( "Serif", // font name Font.PLAIN, // font style 12 // font size );
Previous slide
Next slide
Back to first slide
View graphic version