Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A clean font printing SUB I use sometimes.
#5
Hey, glad you found the cause so quick.  I'm not sure what to suggest at the moment, I'm just getting my mind back into php coding after a long lay off. Will put my thinking cap on.

The font sheet image this program uses, and the encoded data, was made using a program called BASFONT.  It takes a monospace font and outputs a callable bas SUB out of it, like in the program above.  It's easy to put several kinds of font in a program with it. BASFONT works by first creating a screen image showing all the fonts letters, then grabs that screen data, encodes it, and outputs the BAS code.  The SUB just _PUTIMAGE the image of letters.  It's just a modified version of the BASIMAGE program that does the same kind of thing. I'll go post BASFONT in my programs area.

EDIT: Just posted the BASFONT program used to make this.

- Dav

Find my programs here in Dav's QB64 Corner
Reply


Messages In This Thread
RE: A clean font printing SUB I use sometimes. - by Dav - 08-27-2023, 10:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  ASCII font display Helium5793 5 1,204 03-04-2025, 03:50 PM
Last Post: Steffan-68
Lightbulb Printing to image handle Bhsdfa 8 1,442 12-26-2024, 03:14 AM
Last Post: Pete
Lightbulb Fancy font names mnrvovrfc 8 1,648 05-29-2023, 07:15 PM
Last Post: bplus
  wanted: program to process Windows Font files paulel 14 2,996 10-26-2022, 07:29 PM
Last Post: SpriggsySpriggs
  TCP/IP Printing AtomicSlaughter 2 1,016 05-22-2022, 07:02 PM
Last Post: AtomicSlaughter

Forum Jump:


Users browsing this thread: 1 Guest(s)