If I ever posted any of my programs on here I'm sure SMcNeill would find 200 memory leaks.
Speaking of which, I gotta try out that code he posted.
Edit: Tried it out. The Screen function isn't compatible with it (it even throws up an error).
Which code? This little snippet?
SCREEN _NEWIMAGE(Width, Height, 0)
F = _LOADFONT(“cour.ttf”, 32, “monospace”)
_FONT F
What's the error? Font not found? Width or Height being 0? I didn't place the code in a code box as you'd need to specify all those elements -- desired width and height in columns and rows, and the path to your favorite mono space font on your system. ;)