hi
i wanted to change the font but keep the style like i wanted; found some commands but then it didn't work the way i wanted
so as you see its the font of the score in my game but i want to keep the black background and the green color but use this font (its a normal one of ms office11)
thanks
import java.awt.Color; import java.awt.Font; public void act() { setImage(new GreenfootImage("Score: " + score, 24, Color.GREEN, Color.BLACK)); img.setFont(new java.awt.Font("Avenir Black Oblique", java.awt.Font.PLAIN, 24)); }