The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
SDL_ttf 2.0.11 RELEASED!
Sam Lantinga


Joined: 10 Sep 2009
Posts: 1765
This is a bugfix release for SDL_ttf:
http://www.libsdl.org/projects/SDL_ttf/

CHANGES:
Quote:
* 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

See ya!
-Sam Lantinga