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

2020/2/16

showText

MrBradley MrBradley

2020/2/16

#
Can the font attributes in the World showText method be changed. It currently uses an outline font.
Super_Hippo Super_Hippo

2020/2/16

#
No, the showText method is only a very simple way to show text. For more advanced options, you have to draw the text with any font and color on a GreenfootImage.
danpost danpost

2020/2/16

#
Super_Hippo wrote...
No, the showText method is only a very simple way to show text. For more advanced options, you have to draw the text with any font and color on a GreenfootImage.
... and use an Actor object to display it.
You need to login to post a reply.