This site requires JavaScript, please enable it in your browser!
Greenfoot back
Ti103
Ti103 wrote ...

2019/11/24

Download a new font

Ti103 Ti103

2019/11/24

#
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);
You need to login to post a reply.