SuperTux fork of SDL_ttf

Ozkan Sezer 0617926fac ran 'chmod -x' on many files 6 年之前
VisualC 0617926fac ran 'chmod -x' on many files 6 年之前
VisualC-WinRT f6eea7014e WinRT: build fixes for ARM + Release on Win81 and WinPhone81 10 年之前
Xcode 0617926fac ran 'chmod -x' on many files 6 年之前
Xcode-iOS 0617926fac ran 'chmod -x' on many files 6 年之前
acinclude 1ea343f330 Fixed bug 3481 - Configure fails to detect dynamic library support on powerpc64le 8 年之前
debian 55bb1f5604 Updated copyright for 2018 7 年之前
external d4abb8ba72 Fixed bug 2801 - Improvement of Android build 7 年之前
.hgignore f755f55e20 Added rules to ignore Xcode build products 9 年之前
Android.mk d4abb8ba72 Fixed bug 2801 - Improvement of Android build 7 年之前
CHANGES.txt b524019f3f Fixed bug 3491 - TTF_RenderText_Blended ignores alpha channel 7 年之前
COPYING.txt 55bb1f5604 Updated copyright for 2018 7 年之前
Makefile.am 23808c1b21 Fixed bug 1401 - Debian patch: Linking with -lm 11 年之前
Makefile.in 23808c1b21 Fixed bug 1401 - Debian patch: Linking with -lm 11 年之前
README.txt 9dba4bd6ec Updated the name of the copyright file 11 年之前
SDL2_ttf.pc.in a2ef1a466b Switched from SDL_ttf to SDL2_ttf 13 年之前
SDL2_ttf.spec 2d12abfd5d Updated version to 2.0.14 9 年之前
SDL2_ttf.spec.in 0a9f51c23e Updated documentation names for RPM 11 年之前
SDL_ttf.c 639af3ac6b make it build with Watcom 6 年之前
SDL_ttf.h 55bb1f5604 Updated copyright for 2018 7 年之前
aclocal.m4 8637f6c4b3 Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems. 11 年之前
autogen.sh 12d599549b Split acinclude.m4 into its component parts for easy updating 17 年之前
config.guess 914978ecaf Updated config.guess and config.sub 7 年之前
config.sub 914978ecaf Updated config.guess and config.sub 7 年之前
configure ad8dcd5274 Make sure we can link with OpenGL libraries in the OpenGL configure test 8 年之前
configure.in ad8dcd5274 Make sure we can link with OpenGL libraries in the OpenGL configure test 8 年之前
depcomp 3874c2882c Added configure to source control so it's possible to build directly from Mercurial 13 年之前
gcc-fat.sh 6488e5b094 Updated gcc-fat.sh for Mac OS X 10.8 11 年之前
glfont.c 55bb1f5604 Updated copyright for 2018 7 年之前
install-sh 3874c2882c Added configure to source control so it's possible to build directly from Mercurial 13 年之前
ltmain.sh ab23d76233 Ozkan Sezer to slouken 14 年之前
missing 4244a058df Updated the "missing" script 11 年之前
showfont.c 55bb1f5604 Updated copyright for 2018 7 年之前
version.rc 55bb1f5604 Updated copyright for 2018 7 年之前

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)