Commit graph

6 commits

Author SHA1 Message Date
adam
bb04a43ab3 Changes 2.0.10:
* 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
2010-07-23 13:22:12 +00:00
dsainty
48cb0d11fc We don't install the example programs so we can avoid building them. showfont
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.
2009-01-11 02:31:28 +00:00
wiz
31525bf32b Update to 2.0.9:
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()
2007-07-26 00:08:40 +00:00
wiz
18719aa3ab Update to 2.0.8:
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.
2006-06-12 16:24:44 +00:00
adam
d6dceb738c Changes 2.0.7:
* 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
2005-01-05 12:30:00 +00:00
adam
a6ff58fc0a Follow new FreeType build rules 2004-04-27 15:13:56 +00:00