-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 3a5379f
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
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) |