QB64 Phoenix Edition
using a custom tileset as a fixed-width font for _PrintString ? - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3)
+---- Forum: Help Me! (https://qb64phoenix.com/forum/forumdisplay.php?fid=10)
+---- Thread: using a custom tileset as a fixed-width font for _PrintString ? (/showthread.php?tid=3520)

Pages: 1 2


RE: using a custom tileset as a fixed-width font for _PrintString ? - madscijr - 03-08-2025

(03-08-2025, 12:04 AM)SMcNeill Wrote: No need to thank me; you did all the hard work.  All I did was point out how simple the BDF format was to work with, and that it's one we support natively. 

If you want to thank someone, thank @a740g as he's the one who added the library which allows BDF fonts to be used with QB64PE.  Wink

This is so cool - I had no idea this was possible, and it will open up some possibilities or otherwise make certain things a lot easier going forward.

THANK YOU @a740g !!