User Tools

Site Tools


en:text

This is an old revision of the document!


Text (Statement)

Format

Description

Paints a text string on the Graphics Output Window at x_position, y_position using the current color and font.

Example

color grey
rect 0,0,graphwidth,graphheight
color red
font "Times New Roman",18,50
text 10,100,"This is Times New Roman"
color darkgreen
font "Tahoma",28,100
text 10,200,"This is BOLD!"

Will draw.

See Also

2016/01/01 22:42

History

0.9.4New To Version
en/text.1471027646.txt.gz · Last modified: 2020/02/28 10:46 (external edit)