Characters

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
Sophie

Characters

Post 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.
Z!re
Veteran
Posts: 887
Joined: Wed Aug 04, 2004 11:15 am

Post 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.
I have left this dump.
Post Reply