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

2021/1/7

Font from ttf or awt.Font

Commentator Commentator

2021/1/7

#
How can one create a greenfoot Font from either a ttf file or from an java.awt.Font in the latest version of greenfoot (3.6.0) I tried the ways which were discussed in here, but those are from old versions and don't work anymore
danpost danpost

2021/1/7

#
Commentator wrote...
How can one create a greenfoot Font from either a ttf file or from an java.awt.Font in the latest version of greenfoot (3.6.0)
I created a TextImage class which extends GreenfootImage that should work locally, but not when uploaded. You can find it here.
You need to login to post a reply.