summaryrefslogtreecommitdiff
path: root/Build/source/utils/t1utils/t1utils-1.35/t1binary.1
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-10 09:07:22 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-05-10 09:07:22 +0000
commit754df1717eab9c3d5063f4017635939418458ddb (patch)
tree31b094abe54f58db13be56d5e81da95301165850 /Build/source/utils/t1utils/t1utils-1.35/t1binary.1
parent1d5494267ca6f31a1055cc56571b714ae7f68b05 (diff)
t1utils 1.35
git-svn-id: svn://tug.org/texlive/trunk@18183 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/t1utils/t1utils-1.35/t1binary.1')
-rw-r--r--Build/source/utils/t1utils/t1utils-1.35/t1binary.142
1 files changed, 42 insertions, 0 deletions
diff --git a/Build/source/utils/t1utils/t1utils-1.35/t1binary.1 b/Build/source/utils/t1utils/t1utils-1.35/t1binary.1
new file mode 100644
index 00000000000..b33cbe2b6d4
--- /dev/null
+++ b/Build/source/utils/t1utils/t1utils-1.35/t1binary.1
@@ -0,0 +1,42 @@
+.ds V 1.35
+.de M
+.BR "\\$1" "(\\$2)\\$3"
+..
+.TH T1BINARY 1 "" "Version \*V"
+.SH NAME
+t1binary \- convert PostScript Type 1 font from ASCII to binary
+.SH SYNOPSIS
+.B t1binary
+\%[\fB\-l\fR \fIlength\fR]
+\%[\fIinput\fR [\fIoutput\fR]]
+.SH DESCRIPTION
+.B t1binary
+converts Adobe Type 1 font programs in PFA (hexadecimal) format to PFB
+(binary) format. If the file
+.I output
+is not specified output goes to the standard output.
+If the file
+.I input
+is not specified input comes from the standard input.
+.SH OPTIONS
+.TP 5
+.BI \-\-block\-length= "length\fR, " \-l " length"
+Set the maximum length of sections in PFB output to
+.I length.
+The default length is as large as memory allows.
+.SH "SEE ALSO"
+.LP
+.M t1ascii 1 ,
+.M t1unmac 1 ,
+.M t1mac 1 ,
+.M t1disasm 1 ,
+.M t1asm 1
+.LP
+.I "Adobe Type 1 Font Format"
+.SH AUTHORS
+Lee Hetherington (ilh@lcs.mit.edu)
+.br
+Eddie Kohler (ekohler@gmail.com)
+.PP
+Ported to Microsoft C/C++ Compiler and MS-DOS operating system by
+Kai-Uwe Herbing (herbing@netmbx.netmbx.de).