User Tools

Site Tools


en:text

Differences

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

Link to this comparison view

en:text [2016/01/01 22:42]
127.0.0.1 external edit
en:text [2020/02/28 10:46]
Line 1: Line 1:
-===== Text (Statement) ===== 
-==== Format ==== 
-**text** //x_expr//, //y_expr//, //string_expr//\\ 
-**text** ( //x_expr//, //y_expr//, //string_expr// ) 
-==== Description ==== 
-Paints a text string on the Graphics Output Window at //x_expr//, //y_expr// using the current color and font. 
-==== Example ==== 
-<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|}} 
- 
-==== See Also ==== 
-{{page>en:start#Graphics - text&noheader}} 
- 
-==== History ====  
-|0.9.4|New To Version| 
  
en/text.txt · Last modified: 2020/02/28 10:46 (external edit)