"Coloured TEXT with OUTLINE", by da_hobo_hen
|
This function displays your text, in the current drawing colour, then writes it (in your current font), with a 1 pixel thick black background.
I found this code usefull, and hope you do too.
Just call txt(xpos,ypos,txt$,centeredx,centeredy) xpos is x posisiton (pixels) ypos is y position (pixels) txt$ is the text centeredx is TRUE/FALSE/1/0 - to center horrizontally centeredy is TRUE/FALSE/1/0 - to center verticallay |
| Code | | |