there are caveats - if you're exporting for other systems (either other operating systems or just other pcs) you have to be careful about choosing a font that'll exist over there, so don't pick anything too esoteric.
the other alternative is converting a bold font to .vlw format (there's a tool for this), putting that in the data folder and using loadFont(). see reference for examples.
Answers
does this list any bold fonts?
mine does (linux):
just use createFont with one of those.
Mine too - also on Linux (Mint 15) p. 2.0.3
there are caveats - if you're exporting for other systems (either other operating systems or just other pcs) you have to be careful about choosing a font that'll exist over there, so don't pick anything too esoteric.
the other alternative is converting a bold font to .vlw format (there's a tool for this), putting that in the data folder and using loadFont(). see reference for examples.
Thanks for the help. I've already managed to put text in bold.