SDL_ttf Documentation

This is the documentation for SDL_ttf.

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 jcatki AT jcatki.no-ip.org

ENJOY!

The Docs

  • Framed (HTML)
  • One page (HTML)
  • Tar Gzipped HTML Docs 60K
  • Zipped HTML Docs 176K
  • Acrobat PDF 356K
  • Gzipped Postcript 164K
  • Tar Gzipped GNU Info 20K
  • Gzipped GNU texinfo (source) 16K

    The Demonstration code

  • Browse
  • SDL_ttf_demos.tar.gz 1.2M
  • SDL_ttf_demos.zip 1.2M

    Anonymous CVS access

    first...
    	cvs -d :pserver:anonymous@jonatkins.org:/usr/local/cvsroot login
    	
    press enter at the password prompt, there's no password
    	cvs -z6 -d :pserver:anonymous@jonatkins.org:/usr/local/cvsroot co SDL_ttf-docs
    	
    and later, to get any updates...
    	cvs -z6 update -dP