SDL_ttf 2.0

Author:
   Sam Lantinga

Documentation:
   http://jcatki.no-ip.org:8080/SDL_ttf/ and on this site.

Source:
   SDL_ttf-2.0.11.tar.gz
   SDL_ttf-2.0.11-1.src.rpm
   SDL_ttf-2.0.11.zip

Mercurial Repository:
   http://hg.libsdl.org/SDL_ttf/

Binary:
   Linux
      SDL_ttf-2.0.11-1.i386.rpm
      SDL_ttf-devel-2.0.11-1.i386.rpm
      SDL_ttf-2.0.11-1.x86_64.rpm
      SDL_ttf-devel-2.0.11-1.x86_64.rpm
   Windows
      SDL_ttf-2.0.11-win32.zip
      SDL_ttf-2.0.11-win32-x64.zip (64-bit Windows)
      SDL_ttf-devel-2.0.11-VC.zip
   Mac OS X
      SDL_ttf-2.0.11.dmg (Intel 10.5+)

Requires:
   The latest stable release of SDL 1.2, FreeType 2.0 or newer (except FreeType 2.1.3)

Runs on:
   All platforms supported by SDL

Description:
   This is a sample library which allows you to use TrueType fonts in your SDL applications. It comes with an example program "showfont" which displays an example string for a given TrueType font file.

Instructions:
   Unpack and build. Run "showfont fontfile" to display a font using the library.

Changes:

2.0.11:
 * SDL_ttf is now under the zlib license
 * SDL_ttf binaries have been built with the following libraries:
   FreeType 2.4.8
 * SDL_ttf framework on OSX is built for Intel 10.5 and newer,
   PowerPC binaries can be built by modifying the Xcode project
 * Improved font glyph caching for non-latin languages
 * Added API to get kerning info: TTF_GetFontKerningSize()
 * Added Android.mk to build on the Android platform

Due to changes in the FreeType renderer, you may want to adjust the font
hinting to get the best quality for your fonts, e.g.
    TTF_SetFontHinting(font, TTF_HINTING_LIGHT);

Thanks to these people and many others for their help on this release:
 Erik Snoek, Peter Kosyh