Page 1 of 1

Characters

Posted: Thu Sep 30, 2004 3:27 am
by Sophie
Very interested by the characters creation. I tried EASYFONT published in this site (works fine )and would like to know how incorporate the created words made by that program in the middle of another program, through a PRINT"...."instruction for instance.I thought to the SHELL instruction but it doesn't work if compiled.

Posted: Thu Sep 30, 2004 4:23 am
by Z!re
You need to find a font routine for the font you're using, in your case, EASYFONT.

It's a sub, that works like print, but with the font instead.

It usually looks something like:
font txt$, x, y, col


I think the font sub is included with the font creation program, try looking in the archive. If it's not included, then try looking on this site again for the font printing routines.