CHANGES.txt 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. 2.0.15:
  2. Sam Lantinga - Sun Sep 10 00:18:45 PDT 2017
  3. * Text rendering functions now use the alpha component of the text colors
  4. Sam Lantinga - Sat Sep 9 22:21:55 PDT 2017
  5. * Added support for characters greater than 0xFFFF (e.g. emoji) in the UTF-8 APIs
  6. 2.0.14:
  7. Ryan Gordon - Fri Jan 29 12:53:29 PST 2016
  8. * Deprecated TTF_GetFontKerningSize() which takes font glyph indices and added TTF_GetFontKerningSizeGlyphs() which takes characters
  9. 2.0.13:
  10. Sylvain - Sat Jun 28 11:42:42 2014
  11. * Fixed bug rendering text starting with a glyph with negative starting offset
  12. beuc - Sun Jun 15 18:27:28 2014
  13. * Fixed regression loading non-scalable fonts
  14. Sam Lantinga - Sun Jun 15 18:21:04 PDT 2014
  15. * TTF_GetFontKerningSize() gets kerning between two characters, not two glyph indices
  16. David Ludwig - Sun Apr 13 22:28:26 2014
  17. * Added support for building for Windows RT and Windows Phone
  18. 2.0.12:
  19. Sam Lantinga - Sat Jun 1 19:11:26 PDT 2013
  20. * Updated for SDL 2.0 release
  21. 2.0.11:
  22. Sam Lantinga - Sat Dec 31 10:49:42 EST 2011
  23. * SDL_ttf is now under the zlib license
  24. Peter Kosyh - Mon Feb 28 14:57:03 PST 2011
  25. * Improved font glyph caching for non-latin languages
  26. Erik Snoek - Wed Jan 12 09:10:15 PST 2011
  27. * Added API to get kerning info: TTF_GetFontKerningSize()
  28. Sam Lantinga - Mon Jan 10 10:58:34 2011 -0800
  29. * Added Android.mk to build on the Android platform
  30. 2.0.10:
  31. Adam Strzelecki - Wed Oct 21 21:02:37 PDT 2009
  32. * Find the Unicode or symbol character map if it's available in the font