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

..03-May-2022-

doc/H03-May-2022-9,4118,086

frontend/H14-Aug-2021-6,0494,782

gnulib/H14-Aug-2021-66,29851,571

lib/H03-May-2022-48,28032,565

m4/H14-Aug-2021-1,086968

.versionH A D14-Aug-20216 21

AUTHORSH A D07-Jan-201660 63

COPYINGH A D07-Aug-20213.3 KiB8867

ChangeLogH A D25-Dec-2018362 117

INSTALLH A D18-Feb-202115.4 KiB369287

Makefile.amH A D08-Aug-2021957 4128

Makefile.inH A D14-Aug-2021259.2 KiB4,7104,285

NEWSH A D14-Aug-202118.2 KiB532344

READMEH A D14-Aug-20211.4 KiB4529

THANKSH A D25-Dec-20181.8 KiB5041

TODOH A D25-Sep-20193.9 KiB13285

aclocal.m4H A D14-Aug-202163.8 KiB1,7151,583

bootstrapH A D14-Apr-202133.9 KiB1,103750

bootstrap.confH A D24-Jun-20213.3 KiB12270

config.h.inH A D14-Aug-202136.5 KiB1,128898

configureH A D14-Aug-20211,010.8 KiB37,20429,548

configure.acH A D07-Aug-20218.2 KiB298240

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