diff options
author | Hiroyuki Hanai <hanai@FreeBSD.org> | 1998-02-25 04:54:20 +0000 |
---|---|---|
committer | Hiroyuki Hanai <hanai@FreeBSD.org> | 1998-02-25 04:54:20 +0000 |
commit | 8384f4bcfce51214ce5b2fa99a60d7db4e02363f (patch) | |
tree | 9a912a1c634d7df0309fe385710d13ec918f04cd /ja_JP.eucJP/man/man1/pfbtops.1 | |
parent | ab973c72d17604d5e87846977f5228b5a042e631 (diff) |
Notes
Diffstat (limited to 'ja_JP.eucJP/man/man1/pfbtops.1')
-rw-r--r-- | ja_JP.eucJP/man/man1/pfbtops.1 | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/ja_JP.eucJP/man/man1/pfbtops.1 b/ja_JP.eucJP/man/man1/pfbtops.1 new file mode 100644 index 0000000000..7145bfe502 --- /dev/null +++ b/ja_JP.eucJP/man/man1/pfbtops.1 @@ -0,0 +1,47 @@ +.ig \"-*- nroff -*- +Copyright (C) 1989-1995 Free Software Foundation, Inc. + +Permission is granted to make and distribute verbatim copies of +this manual provided the copyright notice and this permission notice +are preserved on all copies. + +Permission is granted to copy and distribute modified versions of this +manual under the conditions for verbatim copying, provided that the +entire resulting derived work is distributed under the terms of a +permission notice identical to this one. + +Permission is granted to copy and distribute translations of this +manual into another language, under the above conditions for modified +versions, except that this permission notice may be included in +translations approved by the Free Software Foundation instead of in +the original English. +.. +.\" jpman %Id: pfbtops.1,v 1.2 1997/05/13 16:18:42 horikawa Stab % +.TH PFBTOPS 1 "7 September 1996" "Groff Version 1.10" +.SH 名称 +pfbtops \- .pfb フォーマットの PostScript フォントを +ASCII フォーマットに変換する +.SH 書式 +.B pfbtops +[ +.I pfb_file +] +.SH 解説 +.B pfbtops +は、 +.B .pfb +フォーマットの PostScript フォントを +ASCII フォーマットに変換します。 +.I pfb_file +が省略された場合、標準入力から pfb ファイルを読み込みます。 +ASCII フォーマットの PostScript フォントは標準出力に出力されます。 +MS-DOS における PostScript フォントは普通 +.B pfb +フォーマットで供給されます。 +.LP +変換後の ASCII フォーマットの PostScript フォントは +groff で使用することができます。groff で用いる前に +.B /usr/share/groff_font/devps/download +に登録する必要があります。 +.SH 関連項目 +.BR grops (1) |