In my world class, no matter what I set the font size parameter to, it always displays the text at about a 1 pixel height. Unreadable!
getBackground().setFont(new Font("Arial", 600, Font.BOLD)); getBackground().drawString("THUNDERSHOCK", 200, 200);