strokeText ( a n x y -- )
publication: 25 mars 2023 / mis à jour 25 mars 2023
vocabulaire: web
Dessine le contour des lettres d'un texte.
Exemple:
web definitions
JSWORD: strokeText { a n x y -- }
context.ctx.strokeText(GetString(a, n), x, y);
~
forth definitions
Legal: site web personnel sans commerce / personal site without seling
