Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elemel/sdl-ttf
TrueType font support for SDL by Sam Lantinga and contributors
https://github.com/elemel/sdl-ttf
Last synced: 4 days ago
JSON representation
TrueType font support for SDL by Sam Lantinga and contributors
- Host: GitHub
- URL: https://github.com/elemel/sdl-ttf
- Owner: elemel
- License: lgpl-2.1
- Created: 2011-05-03T16:46:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-03T16:50:39.000Z (over 13 years ago)
- Last Synced: 2024-11-09T19:12:34.467Z (2 months ago)
- Language: Shell
- Homepage: http://www.libsdl.org/projects/SDL_ttf/
- Size: 17.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
README
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 available under the GNU Library General Public License,
see the file "COPYING" for details.Enjoy!
-Sam Lantinga (6/20/2001)