README.txt 1.0 KB

1234567891011121314151617181920212223242526
  1. This library is a wrapper around the excellent FreeType 2.0 library,
  2. available at:
  3. http://www.freetype.org/
  4. This library allows you to use TrueType fonts to render text in SDL
  5. applications.
  6. To make the library, first install the FreeType library, then type
  7. './configure' then 'make' to build the SDL truetype library and the
  8. showfont and glfont example applications.
  9. Be careful when including fonts with your application, as many of them
  10. are copyrighted. The Microsoft fonts, for example, are not freely
  11. redistributable and even the free "web" fonts they provide are only
  12. redistributable in their special executable installer form (May 1998).
  13. There are plenty of freeware and shareware fonts available on the Internet
  14. though, and may suit your purposes.
  15. This library is under the zlib license, see the file "COPYING.txt" for details.
  16. Portions of this software are copyright © 2013 The FreeType Project (www.freetype.org). All rights reserved.
  17. Enjoy!
  18. -Sam Lantinga <slouken@libsdl.org> (6/20/2001)