Imported Upstream version 1.22.4
[platform/upstream/groff.git] / src / utils / pfbtops / pfbtops.1.man
1 .TH PFBTOPS @MAN1EXT@ "@MDATE@" "groff @VERSION@"
2 .SH NAME
3 pfbtops \- translate Printer Font Binary files to PostScript ASCII
4 .
5 .
6 .\" ====================================================================
7 .\" Legal Terms
8 .\" ====================================================================
9 .\"
10 .\" Copyright (C) 1989-2018 Free Software Foundation, Inc.
11 .\"
12 .\" Permission is granted to make and distribute verbatim copies of this
13 .\" manual provided the copyright notice and this permission notice are
14 .\" preserved on all copies.
15 .\"
16 .\" Permission is granted to copy and distribute modified versions of
17 .\" this manual under the conditions for verbatim copying, provided that
18 .\" the entire resulting derived work is distributed under the terms of
19 .\" a permission notice identical to this one.
20 .\"
21 .\" Permission is granted to copy and distribute translations of this
22 .\" manual into another language, under the above conditions for
23 .\" modified versions, except that this permission notice may be
24 .\" included in translations approved by the Free Software Foundation
25 .\" instead of in the original English.
26 .
27 .
28 .\" ====================================================================
29 .SH SYNOPSIS
30 .\" ====================================================================
31 .
32 .SY pfbtops
33 .RI [ pfb-file ]
34 .YS
35 .
36 .SY pfbtops
37 .B \-\-help
38 .YS
39 .
40 .SY pfbtops
41 .B \-v
42 .SY pfbtops
43 .B \-\-version
44 .YS
45 .
46 .\" ====================================================================
47 .SH DESCRIPTION
48 .\" ====================================================================
49 .
50 .I pfbtops
51 translates a PostScript font in Printer Font Binary (PFB) format to
52 ASCII, splitting overlong lines in text packets into smaller chunks.
53 .
54 If
55 .I pfb-file
56 is omitted, the PFB file will be read from the standard input.
57 .
58 The ASCII format PostScript font will be written on the standard output.
59 .
60 PostScript fonts for MS-DOS are normally supplied in PFB format.
61 .
62 .
63 .LP
64 The resulting ASCII format PostScript font can be used with groff,
65 if it is first listed in
66 .I @FONTDIR@/\:devps/\:download
67 and
68 .IR @FONTDIR@/\:devpdf/\:download .
69 .
70 .
71 .\" ====================================================================
72 .SH OPTIONS
73 .\" ====================================================================
74 .
75 .TP
76 .B \-\-help
77 Display a usage message and exit.
78 .
79 .
80 .TP
81 .B \-v
82 .TQ
83 .B \-\-version
84 Display version information and exit.
85 .
86 .
87 .\" ====================================================================
88 .SH "SEE ALSO"
89 .\" ====================================================================
90 .
91 .IR grops (@MAN1EXT@),
92 .IR gropdf (@MAN1EXT@)
93 .
94 .
95 .\" Local Variables:
96 .\" mode: nroff
97 .\" End:
98 .\" vim: set filetype=groff: