TextOutA  ( hdc x y lpstring len -- fl )

publication: 16 novembre 2024 / mis à jour 21 novembre 2024

Read this page in english

 

vocabulaire: graphics / internals

Écrit une chaîne de caractères à l’emplacement spécifié, à l’aide de la police, de la couleur d’arrière-plan et de la couleur de texte actuellement sélectionnées.

Paramètres:

Définition:

Exemple:

z" TextOutA"            5 Gdi32 TextOutA 
 
\ example: 
: lpString s" This is a test string..."  ; 
hdc 10 10 lpString TextOutA  drop 

Legal: site web personnel sans commerce / personal site without seling