blob: 4d4c6a84b00018f1da39d875d5dd867a39d23807 (
plain)
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
|
.TH CS 1
.SH NAME
cs \- checksum for TeX fonts
.SH SYNOPSIS
.nf
cs [-o] TeXfont
cs [-o] [-e<file>] [-S<value>] [-E<value>] AFMfile
.SH DESCRIPTION
This program can read checksums from existing TeX font files (TFM,
PK or VF). It can also compute the checksum for TeX fonts that are
used to cope with PostScript fonts in the same manner as afm2tfm(1),
as part of dvips version 5.487 or higher, and ps2pk(1) do. In the
case of a PostScript font, the checksum will depend upon:
.RS
.nf
- the AFMfile (containing widths for all characters)
- the encoding vector (-e<file> or encoding used in AFMfile)
- the amount of extension used (-E<value>).
.RE
.PP
Slanting has no effect on the checksum because it does not
change the character box.
.SH OPTIONS
.IP "-o"
Print checksum as an octal value.
.IP "-e<file>"
The encoding scheme (default the encoding from the AFM file).
.IP "-E<value>"
The extension factor (real value, default 1.0).
.IP "-S<value>"
The slant (real value, default 0.0).
.SH EXAMPLES
cs -o cmr10.tfm
cs -o -eEC.enc Times-Roman.afm
.SH SEE ALSO
afm2tfm(1), dvips(1), ps2pk(1)
.SH VERSION
1.0 (Januari 1995)
.SH AUTHOR
.nf
Piet Tutelaers
rcpt@urc.tue.nl
|