Hello. Im trying to use a .TTF font for my Project.
I want to draw Strings on an GreenfootImage with it.
However, GreenfootImage only accepts Greenfoot.Font & those doesnt accept
custom font paths or java.awt.Font.
There are already some topics like 2058, but they just create a java.awt.Font that, again, GreenfootImage doesnt accept.
How can I use my font anyways?

