Skip to content

SuperTux/SDL_ttf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a9ea743 · Mar 5, 2025
Jan 22, 2015
Jun 12, 2018
Jun 12, 2018
Jun 12, 2018
Sep 27, 2018
Mar 1, 2018
Sep 10, 2017
Mar 8, 2022
Mar 7, 2022
Jun 20, 2015
Sep 10, 2017
Sep 10, 2017
Mar 5, 2025
Mar 1, 2018
Sep 5, 2013
Sep 27, 2018
Jun 28, 2013
Jan 28, 2012
Aug 8, 2013
Sep 15, 2018
Feb 18, 2024
Sep 27, 2018
Jul 15, 2007
Sep 26, 2018
Sep 26, 2018
Sep 26, 2018
Sep 27, 2018
Sep 27, 2018
Sep 26, 2018
Jul 22, 2022
Jul 22, 2022
Jun 1, 2013
Mar 1, 2018
Sep 26, 2018
Sep 26, 2018
Sep 26, 2018
Mar 7, 2022
Mar 1, 2018
Mar 1, 2018

Repository files navigation

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 <slouken@libsdl.org>		(6/20/2001)