how do I set a font other than the reg. greenfoot one??
You cannot programmatically change the font used by the World class method 'showText' or the GreenfootImage constructor 'GreenfootImage(String, int, Color, Color)'. However, my TextImage Support Class scenario can be studied or the TextImage class from it can be used directly to create TextImage objects (which ARE GreenfootImage objects) when the class is included in your project.