Can't set Fontsize

I want to be the font Gentium and the textsize 24 in textarea at startup, so I put the following lines in the open event of the window :

textarea1.textfont = “Gentium”
textarea1.textsize = 24

The font changes to Gentium, but the textsize doesn’t change to 24

What platform? I don’t have a “Gentium” font, but your code worked for me in a quick test using other fonts.

I did this on my Linux pc with 2011R3, I tried it with Xojo 2013R2 and it works now. So, it is probably a bug.