SuperTux fork of SDL_ttf

Marty 3b5d087966 Include Gnu install dirs for the install target преди 9 месеца
VisualC 0617926fac ran 'chmod -x' on many files преди 6 години
VisualC-WinRT f6eea7014e WinRT: build fixes for ARM + Release on Win81 and WinPhone81 преди 9 години
Xcode 0617926fac ran 'chmod -x' on many files преди 6 години
Xcode-iOS 0617926fac ran 'chmod -x' on many files преди 6 години
acinclude 3223ffc79f Update libtool files преди 6 години
debian 55bb1f5604 Updated copyright for 2018 преди 6 години
external d4abb8ba72 Fixed bug 2801 - Improvement of Android build преди 7 години
mk 868ff4dfa7 Fix -DWITH_RAQM=1 by adding FindRAQM.cmake преди 2 години
.gitignore 0a2305c228 Add Nix flake build files преди 2 години
.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 години
CMakeLists.txt 3b5d087966 Include Gnu install dirs for the install target преди 9 месеца
COPYING.txt 55bb1f5604 Updated copyright for 2018 преди 6 години
Makefile.am 23808c1b21 Fixed bug 1401 - Debian patch: Linking with -lm преди 11 години
Makefile.in dea55bed28 Add AM_MAINTAINER_MODE, this should prevent rebuilding of autotools преди 6 години
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.in 0a9f51c23e Updated documentation names for RPM преди 11 години
SDL_ttf.c 556b56a097 Fix some issues remaining from the rebase преди 6 години
SDL_ttf.h defffd6600 Add SDL_DEPRECATED for non-MSVC преди 9 месеца
aclocal.m4 dea55bed28 Add AM_MAINTAINER_MODE, this should prevent rebuilding of autotools преди 6 години
autogen.sh 12d599549b Split acinclude.m4 into its component parts for easy updating преди 17 години
compile 065ac7407a Add autogen.sh generated files back in to allow out-of-source builds преди 6 години
config.guess 6df5a8dbd7 Update files via autoreconf instead of just autogen.sh преди 6 години
config.sub 6df5a8dbd7 Update files via autoreconf instead of just autogen.sh преди 6 години
configure dea55bed28 Add AM_MAINTAINER_MODE, this should prevent rebuilding of autotools преди 6 години
configure.in dea55bed28 Add AM_MAINTAINER_MODE, this should prevent rebuilding of autotools преди 6 години
depcomp 6df5a8dbd7 Update files via autoreconf instead of just autogen.sh преди 6 години
flake.lock d4be968802 Update Nix's flake.lock преди 2 години
flake.nix a115b8c9a8 Update Nix flake to 22.05 преди 2 години
gcc-fat.sh 6488e5b094 Updated gcc-fat.sh for Mac OS X 10.8 преди 11 години
glfont.c 55bb1f5604 Updated copyright for 2018 преди 6 години
install-sh 6df5a8dbd7 Update files via autoreconf instead of just autogen.sh преди 6 години
ltmain.sh 6df5a8dbd7 Update files via autoreconf instead of just autogen.sh преди 6 години
missing 6df5a8dbd7 Update files via autoreconf instead of just autogen.sh преди 6 години
sdl2_ttf-config.cmake.in fd8cdde75a Add CMake integration on install преди 2 години
showfont.c 55bb1f5604 Updated copyright for 2018 преди 6 години
version.rc 55bb1f5604 Updated copyright for 2018 преди 6 години

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)