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 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: t1lib0
Section: libs
Priority: optional
Maintainer: David Huggins-Daines <dhd@debian.org>
Standards-Version: 2.4.0.0
Package: t1lib0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Type 1 font rasterizer library - runtime
T1lib is an enhanced rasterizer for Type 1 fonts.
.
T1lib is based on the X11R5 font rasterizer code, but operates independently
of X11. It includes many enhancements, including underlining, antialiasing,
user-defined slant and extension factors, and rotation.
.
This package contains the shared libraries and configuration needed to run
programs using T1lib.
Package: t1lib0-dev
Architecture: any
Section: devel
Depends: libc6-dev, t1lib0 (>= 0.7.1-1)
Description: Type 1 font rasterizer library - development
T1lib is an enhanced rasterizer for Type 1 fonts.
.
T1lib is based on the X11R5 font rasterizer code, but operates independently
of X11. It includes many enhancements, including underlining, antialiasing,
user-defined slant and extension factors, and rotation.
.
This package contains the header files and static libraries needed to
develop programs using T1lib.
Package: t1lib0-bin
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Type 1 font rasterizer library - user binaries
T1lib is an enhanced rasterizer for Type 1 fonts.
.
T1lib is based on the X11R5 font rasterizer code, but operates independently
of X11. It includes many enhancements, including underlining, antialiasing,
user-defined slant and extension factors, and rotation.
.
This package contains the programs "xglyph" and "type1afm", included in the
upstream T1lib distribution.
|