83Plus:Basic:Graphics:Text(

From WikiTI
Revision as of 15:22, 9 September 2006 by Dr. D'nar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Synopsis

Token size: 1 byte

Syntax: Text(Y,X,"whatever

Outputs the text in the small font to the screen and graphbuffer.

Outputs:

Outputs the text in the small font to the screen and graphbuffer.

Comments

If you prefix the arguments with -1, the text will be in the large font.


Examples

:Text(3,4,"This is in small font.")
:Text(-1,4,3,"This is in BIG font.")