This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
sdl-wii/SDL_ttf/src
2009-04-23 17:32:29 +00:00
..
acinclude Initial import. 2009-04-23 17:32:29 +00:00
autogen.sh Initial import. 2009-04-23 17:32:29 +00:00
CHANGES Initial import. 2009-04-23 17:32:29 +00:00
config.guess Initial import. 2009-04-23 17:32:29 +00:00
config.sub Initial import. 2009-04-23 17:32:29 +00:00
configure.in Initial import. 2009-04-23 17:32:29 +00:00
COPYING Initial import. 2009-04-23 17:32:29 +00:00
gcc-fat.sh Initial import. 2009-04-23 17:32:29 +00:00
glfont.c Initial import. 2009-04-23 17:32:29 +00:00
ltmain.sh Initial import. 2009-04-23 17:32:29 +00:00
Makefile.am Initial import. 2009-04-23 17:32:29 +00:00
MPWmake.sea.bin Initial import. 2009-04-23 17:32:29 +00:00
README Initial import. 2009-04-23 17:32:29 +00:00
SDL_ttf.c Initial import. 2009-04-23 17:32:29 +00:00
SDL_ttf.h Initial import. 2009-04-23 17:32:29 +00:00
SDL_ttf.spec.in Initial import. 2009-04-23 17:32:29 +00:00
showfont.c Initial import. 2009-04-23 17:32:29 +00:00
version.rc Initial import. 2009-04-23 17:32:29 +00:00

This library is a wrapper around the excellent FreeType 2.0 library,
available at:
	http://www.freetype.org/

This library allows you to use TrueType fonts to render text in SDL
applications.

To make the library, first install the FreeType library, then type
'./configure' then 'make' to build the SDL truetype library and the
showfont and glfont example applications.

Be careful when including fonts with your application, as many of them
are copyrighted.  The Microsoft fonts, for example, are not freely 
redistributable and even the free "web" fonts they provide are only 
redistributable in their special executable installer form (May 1998).
There are plenty of freeware and shareware fonts available on the Internet
though, and may suit your purposes.

This library is available under the GNU Library General Public License,
see the file "COPYING" for details.

Enjoy!
	-Sam Lantinga <slouken@libsdl.org>		(6/20/2001)