• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

VisualC/H15-Jan-2012-22,0455,403

Xcode/H15-Jan-2012-64,25314,137

Xcode-iOS/SDL_ttf.xcodeproj/H15-Jan-2012-241229

acinclude/H15-Jan-2012-8,3507,483

Android.mkH A D15-Jan-2012312 189

CHANGESH A D15-Jan-20126.1 KiB151135

COPYINGH A D15-Jan-2012988 2117

Makefile.amH A D15-Jan-20121.2 KiB5741

Makefile.inH A D03-May-202223.8 KiB747651

READMEH A D15-Jan-2012896 2417

SDL_ttf.cH A D03-May-202253.1 KiB2,0931,571

SDL_ttf.hH A D15-Jan-201210.5 KiB250103

SDL_ttf.pc.inH A D15-Jan-2012282 1310

SDL_ttf.specH A D15-Jan-20121.4 KiB6751

SDL_ttf.spec.inH A D15-Jan-20121.4 KiB6753

aclocal.m4H A D15-Jan-201237.3 KiB969874

autogen.shH A D15-Jan-2012167 125

config.guessH A D15-Jan-201243.7 KiB1,4951,284

config.subH A D15-Jan-201233.5 KiB1,7011,553

configureH A D03-May-2022473.1 KiB16,79013,382

configure.inH A D15-Jan-20124.7 KiB195175

depcompH A D15-Jan-201217.2 KiB585370

gcc-fat.shH A D15-Jan-20122.9 KiB11293

glfont.cH A D15-Jan-201212.6 KiB542417

install-shH A D15-Jan-201212.9 KiB508340

ltmain.shH A D15-Jan-2012237.6 KiB8,4086,472

missingH A D15-Jan-201210.9 KiB368275

showfont.cH A D15-Jan-201210.1 KiB403327

version.rcH A D15-Jan-2012972 3934

README

1
2This library is a wrapper around the excellent FreeType 2.0 library,
3available at:
4	http://www.freetype.org/
5
6This library allows you to use TrueType fonts to render text in SDL
7applications.
8
9To make the library, first install the FreeType library, then type
10'./configure' then 'make' to build the SDL truetype library and the
11showfont and glfont example applications.
12
13Be careful when including fonts with your application, as many of them
14are copyrighted.  The Microsoft fonts, for example, are not freely
15redistributable and even the free "web" fonts they provide are only
16redistributable in their special executable installer form (May 1998).
17There are plenty of freeware and shareware fonts available on the Internet
18though, and may suit your purposes.
19
20This library is under the zlib license, see the file "COPYING" for details.
21
22Enjoy!
23	-Sam Lantinga <slouken@libsdl.org>		(6/20/2001)
24