Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.
/ SDL_ttf Public archive

Unofficial mirror of hg.libsdl.org/SDL_ttf. Updated daily.

License

Notifications You must be signed in to change notification settings

bminor/SDL_ttf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

94adb95 · Jan 18, 2021
Jan 2, 2021
Jan 2, 2021
Feb 8, 2020
Oct 24, 2018
Jan 2, 2021
Feb 12, 2020
Jun 20, 2015
Jan 25, 2019
Feb 8, 2020
Oct 26, 2018
Feb 12, 2020
Jan 2, 2021
Dec 7, 2020
Dec 7, 2020
Oct 15, 2020
Jun 28, 2013
Oct 22, 2018
Oct 26, 2018
Aug 8, 2013
Oct 22, 2018
Jan 18, 2021
Jan 16, 2021
Dec 7, 2020
Jul 15, 2007
Oct 27, 2018
Sep 10, 2017
Sep 10, 2017
Mar 30, 2020
Mar 30, 2020
Dec 7, 2020
Jun 1, 2013
Jan 2, 2021
Dec 7, 2020
Jan 26, 2011
Dec 7, 2020
Jan 2, 2021
Jan 2, 2021

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 <[email protected]>		(6/20/2001)