===== Text (Statement) ===== ==== Format ==== **text** [[numericexpressions|x_position]], [[numericexpressions|y_position]], [[stringexpressions|string_expression]]\\ **text** ( [[numericexpressions|x_position]], [[numericexpressions|y_position]], [[stringexpressions|string_expression]] ) ==== Description ==== Paints a text string on the Graphics Output Window at [[numericexpressions|x_position]], [[numericexpressions|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.\\ {{:en:fonttext.png|}} ==== See Also ==== {{page>en:start#Graphics - text&noheader}} ==== History ==== |0.9.4|New To Version|