SDL_ttf is a TrueType font rendering library that is used with the SDL library, and almost as portable. It depends on freetype2 to handle the TrueType font data. It allows a programmer to use multiple TrueType fonts without having to code a font rendering routine themselves. With the power of outline fonts and antialiasing, high quality text output can be obtained without much effort.
SDL_ttf is available at www.libsdl.org or more specifically The SDL_ttf homepage
All suggestions and corrections are welcome, email JonathanCAtkins@gmail.com
ENJOY!
cvs -d :pserver:anonymous@jonatkins.org:/usr/local/cvsroot loginpress enter at the password prompt, there's no password
cvs -z6 -d :pserver:anonymous@jonatkins.org:/usr/local/cvsroot co SDL_ttf-docsand later, to get any updates...
cvs -z6 update -dP