User Tools

Site Tools


pt:text

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

pt:text [2016/01/01 22:48]
pt:text [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Text =====
 +==== Formato ====
 +**text** //x//, //y//, //string//\\
 +**text** ( //x//, //y//, //string// )
 +==== Descrição ====
 +Paints a text string on the Graphics Output Window at //x//, //y// using the current color and font.
 +Exibe texto (cadeia alfanumérica) na janela gráfica na coordenada  //x//, //y// e na cor e tipo presentes
 +==== Exemplo ====
 +<code>
 +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!"
 +</code>
 +Will draw.\\
 +{{:en:fonttext.png|}}
 +
 +==== Ver também ====
 +[[color|Color]], [[font|Font]], [[TextWidth|TextWidth]]
 +==== New To Version ==== 
 +0.9.4