~guilhem-fr/ttfautohint/debian

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: ttfautohint
Section: fonts
Priority: optional
Maintainer: Gürkan Sengün <gurkan@phys.ethz.ch>
Uploaders: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Build-Depends: debhelper (>= 8.0.0), autotools-dev, libqt4-dev, libfreetype6-dev
Standards-Version: 3.9.3
Homepage: http://www.freetype.org/ttfautohint/

Package: ttfautohint
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Automatic font hinter
 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
 autohinting module. The idea is to provide the excellent quality of the
 autohinter on platforms which don't use FreeType.
 .
 This includes a cli and a gui version of the tool.