1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: googlefontdirectory-tools
Section: fonts
Priority: optional
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Uploaders: Martin Erik Werner <martinerikwerner@gmail.com>
Build-Depends: debhelper (>= 8), python, dh-python
Standards-Version: 3.9.3
Homepage: http://code.google.com/p/googlefontdirectory/
Vcs-Git: git://git.debian.org/pkg-fonts/googlefontdirectory-tools.git
Vcs-Browser: http://git.debian.org/?p=pkg-fonts/googlefontdirectory-tools.git;a=summary
Package: googlefontdirectory-tools
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: fontforge-extras,
fontforge-nox | fontforge,
fonttools,
python-fontforge,
${misc:Depends},
${python:Depends}
Description: various tools for generating, analysing and manipulating font files
This package contains a collection of tools used by the Google Font Directory
to work with fonts.
.
The package includes scripts to:
* Generate ttf and otf fonts from sfd source files
* Generate sfd source files from ttf and otf fonts
* Generate font files with a subset of characters
* Generate namelist files
* Convert otf elements to ttf equivalents
* Merge two font files into one
* Auto-set and analyse PREP hinting and hinting tables
* Setting GASP tables in font files
* Analyse bounding boxes
* Compare Unicode points and glyph names
|