Version 0.6.1.
[ttfautohint.git] / README
blob18cd52c2ebc9805f4ae1e1e49cf430d0c525324e
1 ttfautohint 0.6.1
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 -----------------------------------------------------------------------------
30 Copyright (C) 2011-2012 by Werner Lemberg.
32 This file is part of the ttfautohint library, and may only be used,
33 modified, and distributed under the terms given in `COPYING'.  By
34 continuing to use, modify, or distribute this file you indicate that you
35 have read `COPYING' and understand and accept it fully.
37 The file `COPYING' mentioned in the previous paragraph is distributed
38 with the ttfautohint library.
40 EOF