update patch for openssl to 1.1.0h
[AROS-Contrib.git] / SDL / SDL_ttf / README
blobe522c4414e6ce72334d5d2b9b7e6c819567d171a
2 This library is a wrapper around the excellent FreeType 2.0 library,
3 available at:
4         http://www.freetype.org/
6 This library allows you to use TrueType fonts to render text in SDL
7 applications.
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.
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.
20 This library is available under the GNU Library General Public License,
21 see the file "COPYING" for details.
23 Enjoy!
24         -Sam Lantinga <slouken@libsdl.org>              (6/20/2001)