What exactly is actually the purpose of the Greenfoot.Font class? You can’t actually format a text so that it prints with it, so what should it be used for?
What exactly is actually the purpose of the Greenfoot.Font class? You can’t actually format a text so that it prints with it, so what should it be used for?
The GreenfootImage class drawString method uses the set font to render its given text.