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

2014/11/26

Feature wanted

leuveg leuveg

2014/11/26

#
Hei there, it is a chance to get in the next version of greenfoot an option to choose the font? I use greenfoot at my school, but when i beam it at the board, the systemfont is realy thin and the people at the other end of the room has problems to read that. The only option to choose the fontsize is not enuoght to help the people. Oh well, i hope it is understandable what i mean and wish. ^_^ Cheers, L.
danpost danpost

2014/11/26

#
You could add my TextImage Support Class to your project. Then, instead of creating 'GreenfootImage' objects, you create 'TextImage' objects (which are still GreenfootImage objects because the class extends it). It gives you full font and color support. Be sure to 'like' it.
leuveg leuveg

2014/11/26

#
oh sorry, i do not have wrote that i mean the font in the sourcecode editor. really sorry. -.-'
danpost danpost

2014/11/26

#
You can, with the editor open, select 'Options>Preferences' from the menubar and go to the 'Editor' tab and change the font size there. This can also be done from the main scenario menubar, using 'Edit>Preferences'. Un-checking the 'Use syntax highlighting' checkbox and reducing the 'Scope Highlighting' to its minimum lightness using the slider bar may also help.
leuveg leuveg

2014/11/27

#
Ok, i will try it tomorrow and feedback the result. Have a nice dat. L.
davmac davmac

2014/11/28

#
You can try editing the Greenfoot configuration files (in this case the "bluej.defs" file) and changing the bluej.editor.font setting (or bluej.editor.MacOS.font as appropriate). Please note that non-monospaced fonts may not work correctly. I suggest you try "Monospaced-bold" if the default "Monospaced" seems too light.
You need to login to post a reply.