FProperty fontSize(int s)
t1 = text("Rascal", fontSize(20)); render(t1);
t2 = text("Rascal", fontSize(40)); render(t2);