Difference between revisions of "83Plus:Basic:Graphics:Text("

From WikiTI
Jump to: navigation, search
(creation)
(No difference)

Revision as of 15:22, 9 September 2006


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.")