diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-06-07 13:27:16 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-06-07 13:27:16 +0000 |
commit | f72fc243770e65103d95dd0dd2104c64701821f3 (patch) | |
tree | f64e6e4d25ddffe6999445f7ab1b3f2c88378567 /Build/source/utils/t1utils/t1utils-1.36/t1ascii.1 | |
parent | 5d66ca3cac85f954d8cc219c3f878ad72c6ef6e7 (diff) |
t1utils 1.36
git-svn-id: svn://tug.org/texlive/trunk@18798 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/t1utils/t1utils-1.36/t1ascii.1')
-rw-r--r-- | Build/source/utils/t1utils/t1utils-1.36/t1ascii.1 | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/Build/source/utils/t1utils/t1utils-1.36/t1ascii.1 b/Build/source/utils/t1utils/t1utils-1.36/t1ascii.1 new file mode 100644 index 00000000000..15e54fa2a77 --- /dev/null +++ b/Build/source/utils/t1utils/t1utils-1.36/t1ascii.1 @@ -0,0 +1,51 @@ +.ds V 1.36 +.de M +.BR "\\$1" "(\\$2)\\$3" +.. +.TH T1ASCII 1 "" "Version \*V" +.SH NAME +t1ascii \- convert PostScript Type 1 font from binary to ASCII +.SH SYNOPSIS +.B t1ascii +\%[\fB\-l\fR \fIlength\fR] +\%[\fIinput\fR [\fIoutput\fR]] +.SH DESCRIPTION +.BR t1ascii +converts Adobe Type 1 font programs in PFB (binary) format to PFA +(hexadecimal) 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 \-\-line\-length= "num\fR, " \-l " num" +Set the maximum length of encrypted lines in the output to +.I num. +(These are the lines consisting wholly of hexadecimal digits.) The default +is 64. +' +.TP 5 +.BR \-\-warnings ", " \-w +Warn when the input font contains lines longer than 255 characters. +Long lines don't strictly conform to Adobe's Document Structuring +Conventions, and may cause problems with older software. +' +.SH "SEE ALSO" +.LP +.M t1binary 1 , +.M t1unmac 1 , +.M t1mac 1 , +.M t1asm 1 , +.M t1disasm 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). |