SuperTux fork of SDL_ttf

Tobias Markus aa37046d15 Add with_raqm to CMakeLists.txt il y a 5 ans
VisualC 0617926fac ran 'chmod -x' on many files il y a 6 ans
VisualC-WinRT f6eea7014e WinRT: build fixes for ARM + Release on Win81 and WinPhone81 il y a 9 ans
Xcode 0617926fac ran 'chmod -x' on many files il y a 6 ans
Xcode-iOS 0617926fac ran 'chmod -x' on many files il y a 6 ans
acinclude 3223ffc79f Update libtool files il y a 6 ans
debian 55bb1f5604 Updated copyright for 2018 il y a 6 ans
external d4abb8ba72 Fixed bug 2801 - Improvement of Android build il y a 7 ans
.gitignore 065ac7407a Add autogen.sh generated files back in to allow out-of-source builds il y a 6 ans
.hgignore f755f55e20 Added rules to ignore Xcode build products il y a 9 ans
Android.mk d4abb8ba72 Fixed bug 2801 - Improvement of Android build il y a 7 ans
CHANGES.txt b524019f3f Fixed bug 3491 - TTF_RenderText_Blended ignores alpha channel il y a 7 ans
CMakeLists.txt aa37046d15 Add with_raqm to CMakeLists.txt il y a 5 ans
COPYING.txt 55bb1f5604 Updated copyright for 2018 il y a 6 ans
Makefile.am 23808c1b21 Fixed bug 1401 - Debian patch: Linking with -lm il y a 11 ans
Makefile.in dea55bed28 Add AM_MAINTAINER_MODE, this should prevent rebuilding of autotools il y a 6 ans
README.txt 9dba4bd6ec Updated the name of the copyright file il y a 11 ans
SDL2_ttf.pc.in a2ef1a466b Switched from SDL_ttf to SDL2_ttf il y a 13 ans
SDL2_ttf.spec.in 0a9f51c23e Updated documentation names for RPM il y a 11 ans
SDL_ttf.c 556b56a097 Fix some issues remaining from the rebase il y a 6 ans
SDL_ttf.h 55bb1f5604 Updated copyright for 2018 il y a 6 ans
aclocal.m4 dea55bed28 Add AM_MAINTAINER_MODE, this should prevent rebuilding of autotools il y a 6 ans
autogen.sh 12d599549b Split acinclude.m4 into its component parts for easy updating il y a 17 ans
compile 065ac7407a Add autogen.sh generated files back in to allow out-of-source builds il y a 6 ans
config.guess 6df5a8dbd7 Update files via autoreconf instead of just autogen.sh il y a 6 ans
config.sub 6df5a8dbd7 Update files via autoreconf instead of just autogen.sh il y a 6 ans
configure dea55bed28 Add AM_MAINTAINER_MODE, this should prevent rebuilding of autotools il y a 6 ans
configure.in dea55bed28 Add AM_MAINTAINER_MODE, this should prevent rebuilding of autotools il y a 6 ans
depcomp 6df5a8dbd7 Update files via autoreconf instead of just autogen.sh il y a 6 ans
gcc-fat.sh 6488e5b094 Updated gcc-fat.sh for Mac OS X 10.8 il y a 11 ans
glfont.c 55bb1f5604 Updated copyright for 2018 il y a 6 ans
install-sh 6df5a8dbd7 Update files via autoreconf instead of just autogen.sh il y a 6 ans
ltmain.sh 6df5a8dbd7 Update files via autoreconf instead of just autogen.sh il y a 6 ans
missing 6df5a8dbd7 Update files via autoreconf instead of just autogen.sh il y a 6 ans
showfont.c 55bb1f5604 Updated copyright for 2018 il y a 6 ans
version.rc 55bb1f5604 Updated copyright for 2018 il y a 6 ans

README.txt


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.txt" for details.

Portions of this software are copyright © 2013 The FreeType Project (www.freetype.org). All rights reserved.

Enjoy!
-Sam Lantinga (6/20/2001)