Hi, I found that I can send text to a journal with a text box object:
sample_tb = text box("Some text");
sample_tb << journal();
The scripting guide shows that there are optional arguments for a text box object, but I only found Justify Text, and Set Wrap.
Are there other optional arguments for text box or a similar object where I can manipulate text size, color, font, etc.?
Thanks.