12.0.11:
2Sam Lantinga - Sat Dec 31 10:49:42 EST 2011
3 * SDL_ttf is now under the zlib license
4Peter Kosyh - Mon Feb 28 14:57:03 PST 2011
5 * Improved font glyph caching for non-latin languages
6Erik Snoek - Wed Jan 12 09:10:15 PST 2011
7 * Added API to get kerning info: TTF_GetFontKerningSize()
8Sam Lantinga - Mon Jan 10 10:58:34 2011 -0800
9 * Added Android.mk to build on the Android platform
10
112.0.10:
12Adam Strzelecki - Wed Oct 21 21:02:37 PDT 2009
13 * Find the Unicode or symbol character map if it's available in the font
14Lo�c LAMBERT - Sat Oct 17 11:15:33 PDT 2009
15 * Set the appropriate font styles for bold and italic fonts
16 * Added font style TTF_STYLE_STRIKETHROUGH
17 * Fixed size calculations taking outline and underline into account
18Adam Strzelecki - Sun Oct 11 03:51:31 PDT 2009
19 * Added API for font outlining: TTF_GetFontOutline()/TTF_SetFontOutline()
20Sam Lantinga - Sat Sep 26 01:13:29 PDT 2009
21 * Added API to disable kerning: TTF_GetFontKerning()/TTF_SetFontKerning()
22Sam Lantinga - Sat Sep 26 00:54:30 PDT 2009
23 * Fixed height calculation for fonts that extend below the font height
24Gregory Smith - 2008-09-04 18:05:28 PDT
25 * Added access to font hinting: TTF_GetFontHinting()/TTF_SetFontHinting()
26Matthias Weigand - Mon Jul 23 21:09:20 PDT 2007
27 * Added TTF_GlyphIsProvided() to check whether a glyph is in a given font
28
292.0.9:
30Kanou Hiroki - Sat Jul 14 23:15:40 PDT 2007
31 * Fixed rendering of fonts with 2 bit and 4 bit embedded graymaps
32Sam Lantinga - Wed Jun 13 00:32:29 PDT 2007
33 * Fixed bug in solid bold glyph rendering (thanks Roy!)
34Ryan Gordon - Tue Feb 13 10:19:00 2007 UTC
35 * Updated to build with the latest version of FreeType
36Sam Lantinga - Mon Jun 5 16:22:51 2006 UTC
37 * Fixed crash when passing NULL to TTF_CloseFont()
38
392.0.8:
40Stepan Roh - 2005-10-02 09:46
41 * Fixed line spacing by using font ascender and descender
42Sam Lantinga - Sun Apr 30 01:48:40 PDT 2006
43 * Added gcc-fat.sh for generating Universal binaries on Mac OS X
44 * Updated libtool support to version 1.5.22
45
462.0.7:
47Philippe Plantier - Sat, 30 Oct 2004 22:46:47 +0200
48 * Fixed memory corruption problems with some italic fonts
49Sam Lantinga - Wed Nov 19 00:23:44 PST 2003
50 * Updated libtool support for new mingw32 DLL build process
51Sam Lantinga - Sun Sep  7 20:58:38 PDT 2003
52 * Fixed glyph metrics for bold style fonts
53Bursig Rafal - Wed Aug  6 15:02:59 PDT 2003
54 * Fixed compilation with newer versions of FreeType
55Kyle Davenport - Sat, 19 Apr 2003 17:13:31 -0500
56 * Added .la files to the development RPM, fixing RPM build on RedHat 8
57Bryan Kadzban - Mon, 24 Mar 2003 21:31:48 -0500
58 * Fixed crash when opening a font file that doesn't exist
59
602.0.6:
61Sam Lantinga - Mon Feb 10 05:44:26 PST 2003
62 * Fixed UNICODE endian issues, added TTF_ByteSwappedUNICODE()
63Jason Dorje Short - Thu, 30 Jan 2003 18:47:01 -0500
64 * Added iconv() support to showfont to test UNICODE endian issues
65Sam Lantinga - Sun Dec  1 18:34:40 PST 2002
66 * Fixed memory corruption problem with small point sizes
67Wesley Leong - Mon, 18 Nov 2002 11:30:15 -0800
68 * Added initial .fon support to SDL_ttf
69 * Fixed wrapping bug with negative horizontal bearing
70 * Fixed TTF_RenderGlyph_Solid() to use the bitmap instead of pixmap
71Sam Lantinga - Sun Oct 20 20:57:09 PDT 2002
72 * Added shared library support for MacOS X
73Pete Shinners - Tue Sep  3 10:17:45 PDT 2002
74 * Added TTF_WasInit() to see if the library has been initialized
75Sam Lantinga - Sat Aug 24 22:08:26 PDT 2002
76 * Added a version number so runtime version checking is possible
77Sam Lantinga - Sat Aug 24 22:06:22 PDT 2002
78 * Added the ability to load a font from an SDL_RWops stream
79
802.0.5:
81Sam Lantinga - Sat Apr 13 07:49:47 PDT 2002
82 * Updated autogen.sh for new versions of automake
83 * Specify the SDL API calling convention (C by default)
84Jered Wierzbicki Fri Jan 18 13:45:10 PST 2002
85 * Fixed a potential malloc of zero bytes in the font code.
86
872.0.4:
88Sam Lantinga - Wed Nov 21 23:08:01 PST 2001
89 * Added 'glfont', a program to demonstrate using SDL_ttf with OpenGL
90akira yamada - Thu Nov  1 08:17:26 PST 2001
91 * Added support for selecting individual font faces
92Thomas Krennwallner - Tue, 24 Jul 2001 19:16:37
93 * Added support for foreground/background color in showfont
94Mattias Engdeg�rd, Thomas Krennwallner - Mon, 23 Jul 2001 04:47:54
95 * Fixed endian bug in blended font rendering
96
972.0.3:
98Sam Lantinga - Tue May 22 17:48:10 PDT 2001
99 * Updated for FreeType 2.0
100
1011.2.2:
102Sam Lantinga - Tue Sep 26 15:04:04 PDT 2000
103 * Added TTF_RenderGlyph_* functions to render a single glyph
104Michael Vance - Tue Sep 12 12:20:03 PDT 2000
105 * Added TTF_GetGlyphMetrics() to retrieve the glyph bounding box
106Sam Lantinga - Tue Sep 12 07:15:34 PDT 2000
107 * Fixed the alpha blending for SDL 1.1.5
108Michael Vance - Mon Sep 11 15:45:05 PDT 2000
109 * Added TTF_FontAscent() for completeness
110Ray Kelm - Fri, 04 Aug 2000 20:58:00 -0400
111 * Added support for cross-compiling Windows DLL from Linux
112
1131.2.1:
114Sam Lantinga - Wed May 10 19:54:56 PDT 2000
115 * Fixed bounding box width computation
116Sam Lantinga - Wed May 10 19:52:39 PDT 2000
117 * Fixed compile problem with Visual C++
118 * Don't allocate memory for zero sized glyphs (like space)
119Sam Lantinga - Sat May  6 13:39:15 PDT 2000
120 * Fixed bolding of large fonts
121
1221.2.0:
123Sam Lantinga - Fri May  5 11:08:24 PDT 2000
124 * Added support for font styles (bold, italic, underline)
125   New functions: TTF_GetFontStyle(), TTF_SetFontStyle()
126
1271.1.1:
128Sam Lantinga - Thu May  4 02:19:36 PDT 2000
129 * Improved the quality of the alpha blended text rendering
130Sam Lantinga - Thu May  4 01:11:00 PDT 2000
131 * Added font glyph caching, speeded up text rendering
132 * Added font attribute information.
133   New functions: TTF_FontDescent(), TTF_FontLineSkip()
134
1351.1.0:
136Sam Lantinga - Tue Apr 25 22:36:41 PDT 2000
137 * Added two new styles of font rendering:
138	solid colorkey (no dither) and alpha blended dithering
139   New functions: TTF_RenderText_Solid(), TTF_RenderText_Blended()
140
1411.0.2:
142Sam Lantinga - Sun Apr 23 18:01:44 PDT 2000
143 * TTF_OpenFont() takes a const char * argument, instead of char *
144
1451.0.1:
146Sam Lantinga - Wed Jan 19 22:10:52 PST 2000
147 * Added CHANGES
148 * Added rpm spec file contributed by Hakan Tandogan
149 * Removed freetype.h header dependency from public headers
150 * Added /usr/include/freetype/ directory detection to configure.in
151