subsequent canvas.set_font() calls not working
OpenSesame 0.27 win32 (XP)
If you run the following piece of code
my_canvas.set_font(size=30)
my_canvas.text(displaytext, y=200, color=textcolor)
my_canvas.set_font(size=12)
my_canvas.text(extratext, y=400)
the font is enlarged to 30pt by the first call to set_font() , but the second call doesn't seem to do anything:
the text is still displayed in 30 pt and does not rescale text back to 12pt.


Comments
Try using the xpyriment backend instead. See also the bottom posts in following thread, where Sebastiaan gave a good explanation for me on a similar matter
http://www.cogsci.nl/forum/index.php?p=/discussion/276/solved-forms#Item_12
Best regards,
Jákup