|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| doc/ | H | 03-May-2022 | - | 9,411 | 8,086 |
| frontend/ | H | 14-Aug-2021 | - | 6,049 | 4,782 |
| gnulib/ | H | 14-Aug-2021 | - | 66,298 | 51,571 |
| lib/ | H | 03-May-2022 | - | 48,280 | 32,565 |
| m4/ | H | 14-Aug-2021 | - | 1,086 | 968 |
| .version | H A D | 14-Aug-2021 | 6 | 2 | 1 |
| AUTHORS | H A D | 07-Jan-2016 | 60 | 6 | 3 |
| COPYING | H A D | 07-Aug-2021 | 3.3 KiB | 88 | 67 |
| ChangeLog | H A D | 25-Dec-2018 | 362 | 11 | 7 |
| INSTALL | H A D | 18-Feb-2021 | 15.4 KiB | 369 | 287 |
| Makefile.am | H A D | 08-Aug-2021 | 957 | 41 | 28 |
| Makefile.in | H A D | 14-Aug-2021 | 259.2 KiB | 4,710 | 4,285 |
| NEWS | H A D | 14-Aug-2021 | 18.2 KiB | 532 | 344 |
| README | H A D | 14-Aug-2021 | 1.4 KiB | 45 | 29 |
| THANKS | H A D | 25-Dec-2018 | 1.8 KiB | 50 | 41 |
| TODO | H A D | 25-Sep-2019 | 3.9 KiB | 132 | 85 |
| aclocal.m4 | H A D | 14-Aug-2021 | 63.8 KiB | 1,715 | 1,583 |
| bootstrap | H A D | 14-Apr-2021 | 33.9 KiB | 1,103 | 750 |
| bootstrap.conf | H A D | 24-Jun-2021 | 3.3 KiB | 122 | 70 |
| config.h.in | H A D | 14-Aug-2021 | 36.5 KiB | 1,128 | 898 |
| configure | H A D | 14-Aug-2021 | 1,010.8 KiB | 37,204 | 29,548 |
| configure.ac | H A D | 07-Aug-2021 | 8.2 KiB | 298 | 240 |
README
1ttfautohint 1.8.4
2-----------------
3
4by Werner Lemberg <wl@gnu.org>
5
6
7This project provides a library that takes a TrueType font as the input,
8removes its bytecode instructions (if any), and returns a new font where all
9glyphs are bytecode hinted using the information given by FreeType's
10auto-hinting module. The idea is to provide the excellent quality of the
11auto-hinter on platforms that don't use FreeType.
12
13The library has a single API function, `TTF_autohint'; see
14`lib/ttfautohint.h' for a detailed description. Note that the library
15itself won't get installed currently.
16
17A command-line interface to the library is the `ttfautohint' program; after
18compilation and installation, say
19
20 ttfautohint --help
21
22for usage information, or say
23
24 man ttfautohint
25
26to read its manual page.
27
28A GUI to the library is `ttfautohintGUI'; it uses the Qt framework. The
29compilation of this application can be disabled with the `--without-qt'
30option of the `configure' script.
31
32-----------------------------------------------------------------------------
33
34Copyright (C) 2011-2021 by Werner Lemberg.
35
36This file is part of the ttfautohint library, and may only be used,
37modified, and distributed under the terms given in `COPYING'. By
38continuing to use, modify, or distribute this file you indicate that you
39have read `COPYING' and understand and accept it fully.
40
41The file `COPYING' mentioned in the previous paragraph is distributed
42with the ttfautohint library.
43
44EOF
45