Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1.  
  2. 1.2.2:
  3. Sam Lantinga - Tue Sep 26 15:04:04 PDT 2000
  4.  * Added TTF_RenderGlyph_* functions to render a single glyph
  5. Michael Vance - Tue Sep 12 12:20:03 PDT 2000
  6.  * Added TTF_GetGlyphMetrics() to retrieve the glyph bounding box
  7. Sam Lantinga - Tue Sep 12 07:15:34 PDT 2000
  8.  * Fixed the alpha blending for SDL 1.1.5
  9. Michael Vance - Mon Sep 11 15:45:05 PDT 2000
  10.  * Added TTF_FontAscent() for completeness
  11. Ray Kelm - Fri, 04 Aug 2000 20:58:00 -0400
  12.  * Added support for cross-compiling Windows DLL from Linux
  13.  
  14. 1.2.1:
  15. Sam Lantinga - Wed May 10 19:54:56 PDT 2000
  16.  * Fixed bounding box width computation
  17. Sam Lantinga - Wed May 10 19:52:39 PDT 2000
  18.  * Fixed compile problem with Visual C++
  19.  * Don't allocate memory for zero sized glyphs (like space)
  20. Sam Lantinga - Sat May  6 13:39:15 PDT 2000
  21.  * Fixed bolding of large fonts
  22.  
  23. 1.2.0:
  24. Sam Lantinga - Fri May  5 11:08:24 PDT 2000
  25.  * Added support for font styles (bold, italic, underline)
  26.    New functions: TTF_GetFontStyle(), TTF_SetFontStyle()
  27.  
  28. 1.1.1:
  29. Sam Lantinga - Thu May  4 02:19:36 PDT 2000
  30.  * Improved the quality of the alpha blended text rendering
  31. Sam Lantinga - Thu May  4 01:11:00 PDT 2000
  32.  * Added font glyph caching, speeded up text rendering
  33.  * Added font attribute information.
  34.    New functions: TTF_FontDescent(), TTF_FontLineSkip()
  35.  
  36. 1.1.0:
  37. Sam Lantinga - Tue Apr 25 22:36:41 PDT 2000
  38.  * Added two new styles of font rendering:
  39.         solid colorkey (no dither) and alpha blended dithering
  40.    New functions: TTF_RenderText_Solid(), TTF_RenderText_Blended()
  41.  
  42. 1.0.2:
  43. Sam Lantinga - Sun Apr 23 18:01:44 PDT 2000
  44.  * TTF_OpenFont() takes a const char * argument, instead of char *
  45.  
  46. 1.0.1:
  47. Sam Lantinga - Wed Jan 19 22:10:52 PST 2000
  48.  * Added CHANGES
  49.  * Added rpm spec file contributed by Hakan Tandogan
  50.  * Removed freetype.h header dependency from public headers
  51.  * Added /usr/include/freetype/ directory detection to configure.in
  52.