Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1.  
  2. This library is a wrapper around the excellent FreeType 1.2 library,
  3. available at:
  4.         http://www.freetype.org/
  5.  
  6. WARNING: There may be patent issues with using the FreeType library.
  7. Check the FreeType website for up-to-date details.
  8.  
  9. This library allows you to use TrueType fonts to render text in SDL
  10. applications.
  11.  
  12. To make the library, first install the FreeType library, then type
  13. 'make' to build the SDL truetype library and 'make all' to build
  14. the demo application.
  15.  
  16. Be careful when including fonts with your application, as many of them
  17. are copyrighted.  The Microsoft fonts, for example, are not freely
  18. redistributable and even the free "web" fonts they provide are only
  19. redistributable in their special executable installer form (May 1998).
  20. There are plenty of freeware and shareware fonts available on the Internet
  21. though, and may suit your purposes.
  22.  
  23. Please see the file "COPYING" for license information for this library.
  24.  
  25. Enjoy!
  26.         -Sam Lantinga <slouken@devolution.com>          (5/1/98)
  27.  
  28.