groff: update vendor branch to v1.20.1
[dragonfly.git] / contrib / groff / src / utils / pfbtops / pfbtops.man
CommitLineData
92d0a6a6 1.ig
4d3e9548
JL
2Copyright (C) 1989-1995, 2001, 2003, 2004, 2009
3 Free Software Foundation, Inc.
92d0a6a6
JR
4
5Permission is granted to make and distribute verbatim copies of
6this manual provided the copyright notice and this permission notice
7are preserved on all copies.
8
9Permission is granted to copy and distribute modified versions of this
10manual under the conditions for verbatim copying, provided that the
11entire resulting derived work is distributed under the terms of a
12permission notice identical to this one.
13
14Permission is granted to copy and distribute translations of this
15manual into another language, under the above conditions for modified
16versions, except that this permission notice may be included in
17translations approved by the Free Software Foundation instead of in
18the original English.
19..
465b256c
JR
20.
21.
92d0a6a6 22.TH PFBTOPS @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
465b256c
JR
23.
24.
92d0a6a6
JR
25.SH NAME
26pfbtops \- translate a PostScript font in .pfb format to ASCII
465b256c
JR
27.
28.
92d0a6a6
JR
29.SH SYNOPSIS
30.B pfbtops
31[
465b256c
JR
32.B \-v
33]
34[
92d0a6a6
JR
35.I pfb_file
36]
465b256c
JR
37.
38.
92d0a6a6
JR
39.SH DESCRIPTION
40.B pfbtops
41translates a PostScript font in
42.B .pfb
43format to ASCII, splitting overlong lines in text packets into smaller
44chunks.
45If
46.I pfb_file
47is omitted the pfb file will be read from the standard input.
48The ASCII format PostScript font will be written on the standard output.
49PostScript fonts for MS-DOS are normally supplied in
50.B .pfb
51format.
465b256c 52.
92d0a6a6
JR
53.LP
54The resulting ASCII format PostScript font can be used with groff.
55It must first be listed in
56.BR @FONTDIR@/devps/download .
465b256c
JR
57.
58.SH OPTIONS
59.TP
60.B \-v
61Print the version number.
62.
63.
92d0a6a6
JR
64.SH "SEE ALSO"
65.BR grops (@MAN1EXT@)
66.
67.\" Local Variables:
68.\" mode: nroff
69.\" End: