After spending a good hour trying to work it out, 2 mins after posting I worked it out. Don't know if this is useful to anybody but here's how I did it!
local foo = fe.add_surface(500,540);
foo.add_text("xxxxx",100,15,400,30).charsize=130;
foo.add_text("222",100,200,400,30);
foo.add_text("333",100,300,400,30);
foo.add_text("444",100,520,400,30);
I really feel like an idiot!
