Home | History | Annotate | only in /prebuilts/misc/windows/sdl2_ttf
Up to higher level directory
NameDateSize
CHANGES.txt06-Dec-2016622
COPYING.txt06-Dec-20161,008
i686-w64-mingw32/06-Dec-2016
Makefile06-Dec-2016819
MODULE_LICENSE_ZLIB06-Dec-20160
PREBUILT06-Dec-2016155
README.txt06-Dec-20161K
x86_64-w64-mingw32/06-Dec-2016

README.txt

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