1 This text file contains an overview of this package's directory and
6 docs/image GIF images for documentation.
8 lib/ The C engine source directory.
9 lib/extend Some standard engine extensions.
10 lib/arch/<system> System-specific configuration header files.
12 howto/ Various system-specific HOWTOs, explaining how
13 to compile the library on different platforms.
15 test/ The C test programs.
16 test/arch/<system> System-specific graphics drivers for test
19 contrib/ Contributions directory.
20 contrib/mac An HQX archive containing a port to the Mac.
21 contrib/ttf2pk The ttf2pk TrueType to PK converter source
23 contrib/ttf2pfb The ttf2pfb TrueType to PS font converter
25 contrib/ttf2bdf The ttf2bdf TrueType to BDF converter source
27 contrib/ftos2 The FreeType/2 font server source code for
29 contrib/ttfbanner An ASCII poster program source code.
31 po/ Contributions to the internationalized error
32 message strings extension.
34 pascal/lib Pascal engine source directory.
35 pascal/test Pascal test programs.
38 The following files might be helpful:
42 README A short and general introduction to FreeType.
44 INSTALL The FreeType installation How-To. Everything you need
45 to know to build the library and the test programs.
46 This file contains only generic explanations. See the
47 `freetype/howto' directory for system-specific hints.
49 license.txt The FreeType license.
51 announce The FreeType UseNet announce post. This file is sent
52 to some newsgroups when a new release is made.
55 The following files are Unix-specific and can be ignored on other
58 ft_conf.h.in Generic library configuration header file for
60 configure.in Generic configure script for autoconf.
61 configure Configure script generated from `configure.in' by
63 config.sub Script needed by configure.
64 config.guess Script needed by configure.
65 Makefile.in Generic makefile for configure.
66 MakeSub.in Generic makefile for libtool.
67 ltconfig Libtool configuration script.
68 ltmain.sh Libtool script.
69 mkinstalldirs Tool for generating subdirectories.
71 net.m4 Auxiliary data files for autoconf.
72 install-sh Script used to install the library in a portable way
73 freetype.spec This file can be used as a specification to build RPMs
74 from the FreeType package.