Trace un texte sur l'écran graphique courant.
Centre le texte vers la droite.
trace text "texte" align x,y| "texte" | Texte à afficher |
| x | Position x |
| y | Position y |
source font size 10 background 2 trace text "<- hello" to -100,50 trace text "> hello center <" center 0,0 trace text "hello align ->" align 100,-50
