Orkie
Super Duper Mega GP Mania
I needed some functions that worked like printf() for SDL_ttf but I couldn't find any pre-written ones. I thought somebody may be interested (and it'll save them 5 minutes) so I uploaded them to the archives.
The only requirement is that the screen surface pointer is called 'screen' and is global so the functions can access it. Although the functions were written for C++, they'll work with C if you remove the 'using namespace std;' line from font.cpp.
Anybody can use them - they're under the MIT license.
http://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,19,2293
The only requirement is that the screen surface pointer is called 'screen' and is global so the functions can access it. Although the functions were written for C++, they'll work with C if you remove the 'using namespace std;' line from font.cpp.
Anybody can use them - they're under the MIT license.
http://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,19,2293