funky letters

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
D.S

funky letters

Post by D.S »

How do I create my own font in QB so all my stuff doesn't look the same? You know. For scores and messages etc. And I am assuming that creating my own font would get rid of that problem of the qb letters making a big black block behind them. Does it?
Z!re
Veteran
Posts: 887
Joined: Wed Aug 04, 2004 11:15 am

Post by Z!re »

Yes, it would get rid of the black background..

However, you cant use the old QB commands (Print, locate, color, etc)

Most font routines come with new functions/subs to handle textdisplay..
http://www.qb45.com/index.php?page=down ... oad&id=789

Also, most graphics libraries come with their own font routines..
I have left this dump.
D.S

Post by D.S »

Ok, so how do I use this program? there's no readme or anything.
Rattrapmax6
Veteran
Posts: 1055
Joined: Sun Jan 02, 2005 2:11 pm
Location: At my computer
Contact:

Post by Rattrapmax6 »

All the info is REMed inside the loadfont.bas.... :wink:
-Kevin (aka:Rattra)
(x.t.r.GRAPHICS)
Post Reply