| Commit | Line | Data |
|---|---|---|
| 92d0a6a6 | 1 | .ig |
| 4d3e9548 JL |
2 | Copyright (C) 1989-1995, 2001, 2003, 2004, 2009 |
| 3 | Free Software Foundation, Inc. | |
| 92d0a6a6 JR |
4 | |
| 5 | Permission is granted to make and distribute verbatim copies of | |
| 6 | this manual provided the copyright notice and this permission notice | |
| 7 | are preserved on all copies. | |
| 8 | ||
| 9 | Permission is granted to copy and distribute modified versions of this | |
| 10 | manual under the conditions for verbatim copying, provided that the | |
| 11 | entire resulting derived work is distributed under the terms of a | |
| 12 | permission notice identical to this one. | |
| 13 | ||
| 14 | Permission is granted to copy and distribute translations of this | |
| 15 | manual into another language, under the above conditions for modified | |
| 16 | versions, except that this permission notice may be included in | |
| 17 | translations approved by the Free Software Foundation instead of in | |
| 18 | the 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 |
| 26 | pfbtops \- 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 | |
| 41 | translates a PostScript font in | |
| 42 | .B .pfb | |
| 43 | format to ASCII, splitting overlong lines in text packets into smaller | |
| 44 | chunks. | |
| 45 | If | |
| 46 | .I pfb_file | |
| 47 | is omitted the pfb file will be read from the standard input. | |
| 48 | The ASCII format PostScript font will be written on the standard output. | |
| 49 | PostScript fonts for MS-DOS are normally supplied in | |
| 50 | .B .pfb | |
| 51 | format. | |
| 465b256c | 52 | . |
| 92d0a6a6 JR |
53 | .LP |
| 54 | The resulting ASCII format PostScript font can be used with groff. | |
| 55 | It must first be listed in | |
| 56 | .BR @FONTDIR@/devps/download . | |
| 465b256c JR |
57 | . |
| 58 | .SH OPTIONS | |
| 59 | .TP | |
| 60 | .B \-v | |
| 61 | Print the version number. | |
| 62 | . | |
| 63 | . | |
| 92d0a6a6 JR |
64 | .SH "SEE ALSO" |
| 65 | .BR grops (@MAN1EXT@) | |
| 66 | . | |
| 67 | .\" Local Variables: | |
| 68 | .\" mode: nroff | |
| 69 | .\" End: |