summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/man/man1/t1testpage.1
blob: 46fe5bc1ba7cecc679b97379012f4b9bd09ee5f3 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.ds V 2.90
.de M
.BR "\\$1" "(\\$2)\\$3"
..
.de Sp
.if n .sp
.if t .sp 0.4
..
.TH T1TESTPAGE 1 "LCDF Typetools" "Version \*V"
.SH NAME
t1testpage \- create a PostScript proof for a Type 1 font
.SH SYNOPSIS
.B t1testpage
\%[\fIfont...\fR]
.SH DESCRIPTION
.BR T1testpage
creates a PostScript proof document for the specified Type 1 font file and
writes it to the standard output. The proof shows every glyph in the
font, including its glyph name and encoding. The
.I font
argument should be the name of a PFA or PFB font file. If more than one
.I font
is given, the output proof contains all the fonts in order. If
.I font
is omitted,
t1testpage will read a font file from the standard input.
.PP
T1testpage is preliminary software.
'
.SH OPTIONS
.PD 0
.TP 5
.BR \-g " \fIglyphs\fR, " \-\-glyph= \fIglyphs
Print only glyphs matching
.IR glyphs .
The argument is a glyph pattern, using shell-like matching rules; thus,
.BR "\-g " 'A*'
will match the glyphs 'A', 'Atilde', and 'Ampersand', among others.  You
can give this option multiple times, or supply multiple space-separated
patterns in a single option.
'
.Sp
.TP 5
.BR \-s ", " \-\-smoke
Print smoke proofs, one glyph per page.  This option is preliminary.
'
.Sp
.TP 5
.BR \-o " \fIfile\fR, " \-\-output= \fIfile
Write the output proof to
.I file
instead of the standard output.
'
.Sp
.TP 5
.BR \-h ", " \-\-help
Print usage information and exit.
'
.Sp
.TP 5
.BR \-v ", " \-\-version
Print the version number and some short non-warranty information and exit.
.PD
'
.SH AUTHOR
Eddie Kohler (ekohler@gmail.com)