File: control

package info (click to toggle)
lcdf-typetools 2.108-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,284 kB
  • sloc: cpp: 35,292; ansic: 1,877; sh: 1,236; makefile: 270
file content (83 lines) | stat: -rw-r--r-- 2,766 bytes parent folder | download | duplicates (2)
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Source: lcdf-typetools
Section: text
Priority: optional
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
 Vasudev Kamath <vasudev@copyninja.info>,
Build-Depends:
 aglfn,
 debhelper-compat (= 13),
 libkpathsea-dev,
Standards-Version: 4.5.1
Homepage: https://www.lcdf.org/type/
Vcs-Git: https://salsa.debian.org/fonts-team/lcdf-typetools.git
Vcs-Browser: https://salsa.debian.org/fonts-team/lcdf-typetools
Rules-Requires-Root: no

Package: lcdf-typetools
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 aglfn,
 texlive-font-utils,
Suggest:
 texlive-binaries,
Description: tools for OpenType, multiple-master, and Type 1 fonts
 LCDF Typetools comprises several programs
 for manipulating PostScript Type 1, Type 1 multiple master,
 and OpenType fonts.
 .
 Programs to manipulate OpenType, multiple-master, and Type 1 fonts:
 .
  * cfftot1
    allows you to translate Compact Font Format (CFF)
    or PostScript-flavored OpenType fonts
    into PostScript Type 1 font format.
  * otfinfo
    reports information about OpenType fonts,
    such as the features they support.
    and the contents of their "size" optical size option
  * otftotfm
    allows you to create TeX font metrics and encodings
    for using PostScript-flavored OpenType fonts.
    NB! This tool requires the additional package texlive-binaries.
  * t1dotlessj
    creates a Type 1 font with a single character --
    the dotless j corresponding to the specified design.
  * t1lint
    checks a Type 1 font for correctness
    (preliminary).
  * t1rawafm
    generates a "raw" (kernless and ligatureless) AFM file
    given a font file (PFB/PFA).
  * t1reencode
    changes a PostScript Type 1 font embedded encoding.
  * t1testpage
    creates a PostScript test page for a specified font file
    (preliminary).
  * ttftotype42
    converts TrueType or TrueType-flavored OpenType font programs
    into PostScript Type 42 format.
 .
 LCDF-TypeTools also includes the multiple-master font tools
 allowing you to use multiple-master fonts
 with programs that require single-master fonts
 (afm2tfm, ps2pk, fontinst, etc.).
 Both programs work fine with fonts
 that contain intermediate masters
 (e.g., Adobe Jenson MM and Adobe Kepler MM).
 .
  * mmafm
    creates an AFM (Adobe font metric) file
    corresponding to a single instance of a multiple-master font.
    It reads (and therefore requires) the AMFM and AFM files
    distributed with the font.
  * mmpfb
    creates a normal, single-master font program
    that looks like an instance of a multiple-master font.
    It reads the multiple-master font program in PFA or PFB format.
 .
 LCDF stands for Little Cambridgeport Design Factory.