Try something new. NodeBox 2 Beta - Now Available for Download

Reference | fontsize()


Syntax
fontsize(fontsize)

DescriptionSets the current font size. All text() commands following the fontsize() command will be drawn in this font size. Font size is measured in units of points.
Returnsthe current font size


Example
fill(0.2)
font("Helvetica")
fontsize(35)
text("hello", 10, 50)