Name Modified Size InfoDownloads / Week
Parent folder
ttfautohint-1.00-win32.7z.sig 2014-03-26 190 Bytes
ttfautohint-1.00-win32.7z 2014-03-26 3.3 MB
ttfautohint-1.00-tty-osx.tar.gz.sig 2014-03-22 190 Bytes
ttfautohint-1.00-tty-osx.tar.gz 2014-03-21 1.1 MB
ttfautohint-1.00.tar.gz.sig 2014-03-21 190 Bytes
README 2014-03-21 1.2 kB
ttfautohint-1.00.tar.gz 2014-03-20 2.1 MB
Totals: 7 Items   6.5 MB 0
ttfautohint 1.00
----------------

by Werner Lemberg <wl@gnu.org>


This project provides a library which takes a TrueType font as the input,
removes its bytecode instructions (if any), and returns a new font where all
glyphs are bytecode hinted using the information given by FreeType's
auto-hinting module.  The idea is to provide the excellent quality of the
auto-hinter on platforms which don't use FreeType.

The library has a single API function, `TTF_autohint'; see
`lib/ttfautohint.h' for a detailed description.  Note that the library
itself won't get installed currently.

A command-line interface to the library is the `ttfautohint' program; after
compilation and installation, say

  ttfautohint --help

for usage information, or say

  man ttfautohint

to read its manual page.

A GUI to the library is `ttfautohintGUI'; it uses the Qt4 framework.  The
compilation of this application can be disabled with the `--without-qt'
option of the `configure' script.

-----------------------------------------------------------------------------

New in 1.00:

* Much less memory consumption while handling fonts with complicated glyphs.

* Option `-s' was partially broken.

EOF
Source: README, updated 2014-03-21