1T1TESTPAGE(1) General Commands Manual T1TESTPAGE(1)
2
3
4
6 t1testpage - create a PostScript proof for a Type 1 font
7
9 t1testpage [font...]
10
12 T1testpage creates a PostScript proof document for the specified Type 1
13 font file and writes it to the standard output. The proof shows every
14 glyph in the font, including its glyph name and encoding. The font
15 argument should be the name of a PFA or PFB font file. If more than one
16 font is given, the output proof contains all the fonts in order. If
17 font is omitted, t1testpage will read a font file from the standard
18 input.
19
20 T1testpage is preliminary software.
21
23 -g glyphs, --glyph=glyphs
24 Print only glyphs matching glyphs. The argument is a glyph pat‐
25 tern, using shell-like matching rules; thus, -g 'A*' will match
26 the glyphs 'A', 'Atilde', and 'Ampersand', among others. You can
27 give this option multiple times, or supply multiple space-sepa‐
28 rated patterns in a single option.
29
30 -s, --smoke
31 Print smoke proofs, one glyph per page. This option is prelimi‐
32 nary.
33
34 -o file, --output=file
35 Write the output proof to file instead of the standard output.
36
37 -h, --help
38 Print usage information and exit.
39
40 -v, --version
41 Print the version number and some short non-warranty information
42 and exit.
43
45 Eddie Kohler (ekohler@gmail.com)
46
47
48
49Version 2.108 LCDF Typetools T1TESTPAGE(1)