Template Keywords

Text - text

The /text/ keyword shows text with the current font and alignment.

/text/,<left>,<top>,<right>,<bottom>,<text>

The left and top values specify the top left corner, and the right and bottom the bottom right corner of the frame.

The text is what is drawn. If the text includes commas, it must be begin and end with quotations marks.

The font is determined by the previous /serif/ or /sans/ keyword. The alignment is determined by the previous /left/, /right/, /centre/, /middle/ or /sideway/ keyword.

Example

This shows the text with the sans serif font at 10 point. The text is left justified in the frame.

/sans/,10
/left/
/text/,100,100,1000,150,"A simple sentence, with a comma in it."

 

Contents
Search