Hi, i'm new here. I have a project and i have to use a downloaded font. When I use anyfont, it works very well, but when I use the downloaded font, it doesn't work.
GreenfootImage img = new GreenfootImage(500,100);
img.setFont(new Font("oranje juice Regular", true, false, 100));
img.drawString("Teste", 10, 90);
setImage(img);