Hi all,
I have this image:
and I want to use that as my font for the text in a GreenfootImage instance.
Is there an easy way to do this, or do have to do it the hard way?
The hard way! (That is, index into the image and pick out letters as needed by copying them across.)
Don't forget to fall back to some other font for characters outside that range (unless you know for definite that you'll only see the basic ASCII characters).