Fonts
Represented in Java with the java.awt.Font class.
Small number of fonts, to promote platform independence.
Create a font by specifying a font family name, a font style and a point size.
Use setFont() on your Graphics object before calling drawString().