strokeText  ( a n x y -- )

publication: 25 mars 2023 / mis Ă  jour 25 mars 2023

Read this page in english

 

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