Skip to content
SDL_ttf for psp2
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
VisualC
Xcode-iOS/SDL_ttf.xcodeproj
Xcode
acinclude
Android.mk
CHANGES
COPYING
MPWmake.sea.bin
Makefile.am
Makefile.in
Makefile.psp2
README
SDL_ttf.c
SDL_ttf.h
SDL_ttf.pc.in
SDL_ttf.spec
SDL_ttf.spec.in
Watcom-Win32.zip
aclocal.m4
autogen.sh
config.guess
config.sub
configure
configure.in
depcomp
gcc-fat.sh
glfont.c
install-sh
ltmain.sh
missing
showfont.c
version.rc

README

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 under the zlib license, see the file "COPYING" for details.

Enjoy!
	-Sam Lantinga <slouken@libsdl.org>		(6/20/2001)
You can’t perform that action at this time.