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 36
|
Source: xfonts-utils
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
debhelper-compat (= 13),
pkgconf,
quilt,
libx11-dev,
libfreetype-dev,
libfontenc-dev,
x11proto-dev,
xutils-dev,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/xorg-team/font/xfonts-utils
Vcs-Browser: https://salsa.debian.org/xorg-team/font/xfonts-utils
Package: xfonts-utils
Architecture: any
Multi-Arch: foreign
Depends:
${shlibs:Depends},
${misc:Depends},
x11-common,
xfonts-encodings,
Description: X Window System font utility programs
xfonts-utils provides a set of utility programs shipped with the X Window
System that are needed for font management.
.
The programs in this package include:
- bdftopcf, which converts BDF fonts to PCF fonts;
- bdftruncate and ucs2any, tools to generate fonts with various encodings
from ISO 10646-encoded fonts
- mkfontdir, a program to generate fonts.dir files;
- mkfontscale, a program to generate fonts.scale files;
- fonttosfnt, a program to wrap bitmap fonts in a sfnt (TrueType) wrapper.
|