User Tools

Site Tools


nl:text

Text

Formaat

text x, y, string
text ( x, y, string )

Beschrijving

De functie schrijft de string in het grafisch venster met het lettertype en kleur die op dat moment zijn gedefinieerd. Er wordt gebonnen op x, y .

Voorbeeld

clg 
color grey
rect 0,0,graphwidth,graphheight
color darkblue
font "Penguin Attack",18,50
text 10,100,"Fraaie tekst"
color darkgreen
font "Swift",14,75
text 10,200,"En dit is de vette tekst!"

wordt dan.

Zie ook

Nieuw vanaf

nl/text.txt · Last modified: 2020/02/28 10:46 (external edit)