User Tools

Site Tools


fr:text

Differences

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

Link to this comparison view

fr:text [2016/01/01 22:45]
fr:text [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Text =====
 +==== Format ====
 +**text** //x//, //y//, //chainedecaracteres//\\
 +**text** ( //x//, //y//, //chainedecaracteres// )
 +==== Description ====
 +Dessine le texte //chainedecaracteres// dans la fenêtre graphique aux coordonnées //x//, //y// en utilisant la couleur courante (définie par [[color|Color]]), et la police de caractère courante (définie par [[font|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>
 +Affichera:\\
 +{{:en:fonttext.png|}}
 +
 +==== Voir Aussi ====
 +[[color|Color]], [[font|Font]]
 +==== Disponible à partir de la version ==== 
 +0.9.4
  
fr/text.txt · Last modified: 2020/02/28 10:46 (external edit)