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

2020/12/2

Purpose of Font class / how to print non-bold text online

RcCookie RcCookie

2020/12/2

#
What exactly is actually the purpose of the Greenfoot.Font class? You can’t actually format a text so that it prints with it, so what should it be used for?
danpost danpost

2020/12/2

#
RcCookie wrote...
What exactly is actually the purpose of the Greenfoot.Font class? You can’t actually format a text so that it prints with it, so what should it be used for?
The GreenfootImage class drawString method uses the set font to render its given text.
You need to login to post a reply.