singe/thirdparty/SDL2_ttf
2023-11-08 17:57:52 -06:00
..
acinclude Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
cmake Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
external Fixing missing files from repo. 2023-11-08 17:57:52 -06:00
mingw/pkg-support/cmake Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
VisualC Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
VisualC-WinRT Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
Xcode Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
.gitignore Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
.wikiheaders-options Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
aclocal.m4 Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
Android.mk Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
autogen.sh Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
CHANGES.txt Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
CMakeLists.txt Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
compile Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
config.guess Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
config.sub Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
configure Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
configure.ac Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
depcomp Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
glfont.c Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
install-sh Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
LICENSE.txt Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
ltmain.sh Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
Makefile.am Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
Makefile.in Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
Makefile.os2 Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
missing Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
README-versions.md Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
README.txt Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
release_checklist.md Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
sdl2_ttf-config-version.cmake.in Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
sdl2_ttf-config.cmake.in Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
SDL2_ttf.pc.in Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
SDL2_ttf.spec.in Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
SDL2_ttfConfig.cmake.in Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
SDL_ttf.c Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
SDL_ttf.h Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
showfont.c Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
test-versioning.sh Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
touch-autofoo.sh Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
version.rc Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00

SDL_ttf 2.0

The latest version of this library is available from GitHub:
https://github.com/libsdl-org/SDL_ttf/releases

This library is a wrapper around the FreeType and Harfbuzz libraries, allowing you to use TrueType fonts to render text in SDL applications.

See the header file SDL_ttf.h and the example showfont.c for documentation on this library. This documentation is also available online at https://wiki.libsdl.org/SDL_ttf

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

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