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