* Set the appropriate font styles for bold and italic fonts
* Added font style TTF_STYLE_STRIKETHROUGH
* Fixed size calculations taking outline and underline into account
* Added API for font outlining: TTF_GetFontOutline()/TTF_SetFontOutline()
* Added API to disable kerning: TTF_GetFontKerning()/TTF_SetFontKerning()
* Fixed height calculation for fonts that extend below the font height
* Added access to font hinting: TTF_GetFontHinting()/TTF_SetFontHinting()
* Added TTF_GlyphIsProvided() to check whether a glyph is in a given font
may otherwise fail to build with link time errors if include/SDL/SDL_config.h
defines HAVE_ICONV.
Should make no difference to installed package (if the build succeed), so no
need to bump revision.
2.0.9:
Kanou Hiroki - Sat Jul 14 23:15:40 PDT 2007
* Fixed rendering of fonts with 2 bit and 4 bit embedded graymaps
Sam Lantinga - Wed Jun 13 00:32:29 PDT 2007
* Fixed bug in solid bold glyph rendering (thanks Roy!)
Ryan Gordon - Tue Feb 13 10:19:00 2007 UTC
* Updated to build with the latest version of FreeType
Sam Lantinga - Mon Jun 5 16:22:51 2006 UTC
* Fixed crash when passing NULL to TTF_CloseFont()
2.0.8:
Stepan Roh - 2005-10-02 09:46
* Fixed line spacing by using font ascender and descender
Sam Lantinga - Sun Apr 30 01:48:40 PDT 2006
* Added gcc-fat.sh for generating Universal binaries on Mac OS X
* Updated libtool support to version 1.5.22
Add build fix patch for freetype2-2.2.1.
Bump BUILDLINK_ABI_DEPENDS for SDL shlib changes.
* Fixed memory corruption problems with some italic fonts
* Fixed glyph metrics for bold style fonts
* Fixed compilation with newer versions of FreeType
* Fixed crash when opening a font file that doesn't exist