kolibrios-fun/contrib/sdk/sources/SDL-1.2.2/SDL_ttf
vitalkrilov 8800305655 Fixed all misuse of "/rd/1" (changed to "/sys"; all except "/programs/*" and "/kernel/*")
ati2d: fixed log creation

git-svn-id: svn://kolibrios.org@9583 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-06 19:34:04 +00:00
..
test Fixed all misuse of "/rd/1" (changed to "/sys"; all except "/programs/*" and "/kernel/*") 2022-01-06 19:34:04 +00:00
CHANGES
COPYING
Makefile
README
SDL_ttf.c
SDL_ttf.h

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

WARNING: There may be patent issues with using the FreeType library.
Check the FreeType website for up-to-date details.

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
'make' to build the SDL truetype library and 'make all' to build
the demo application.

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.

Please see the file "COPYING" for license information for this library.

Enjoy!
	-Sam Lantinga <slouken@devolution.com>		(5/1/98)