1 | Three font styles are supported: plain, italic, and bold |
2 | The Font class defines three static integer constants: Font.PLAIN, Font.ITALIC, and Font.BOLD |
3 | Note that font styles are additive (but only bold-italic makes sense): Font.BOLD + Font.ITALIC |