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
|
Source: ttmkfdir
Section: x11
Priority: optional
Maintainer: Miros/law L. Baran <baran@debian.org>
Standards-Version: 3.6.1.0
Build-Depends: cdbs (>= 0.4.12), debhelper (>= 4.1.46), dpkg-dev, flex, libfreetype6-dev, libtool (>= 1.5)
Package: ttmkfdir
Architecture: any
Depends: ${shlibs:Depends}
Description: Utility used to create fonts.scale files for TrueType fonts
Originally written by Joerg Pommnitz, ttmkfdir is a tool to create valid
and complete fonts.scale file from TrueType fonts. It is very useful when
you plan to use a TrueType enabled font server that is based on the X11R6
sample implementation (xfs-xtt for instance). Great care has been taken to
correctly identify the encodings that a given TrueType font supports.
.
This version of ttmkfdir has experienced quite some modifications and
improvements, including:
- migration to FreeType 2 library
- more accurate checking for big font files
- support for both X core font backends; Freetype and XTT
- Truetype collection (ttc) font file support
- additional CJK friendly features
- bug fixes
|