Version 0.2.
[ttfautohint.git] / README
blob72628c683a07e6ffe8b42f501270f49c4abf5820
1 ttfautohint 0.2
2 ---------------
4 by Werner Lemberg <wl@gnu.org>
7 This project provides a library which takes a TrueType font as the input,
8 remove its bytecode instructions (if any), and return a new font where all
9 glyphs are bytecode hinted using the information given by FreeType's
10 autohinting module.  The idea is to provide the excellent quality of the
11 autohinter on platforms which don't use FreeType.
13 The library has a single API function, `TTF_autohint'; see
14 `src/ttfautohint.h' for a detailed description.  Note that the library
15 itself won't get installed currently.
17 A simple command-line interface to the library is the demo program
18 `ttfautohint'; after compilation and installation, say
20   ttfautohint --help
22 for usage information, or say
24   man ttfautohint
26 to read its manual page.
28 EOF