Linux Commands Examples

A great documentation place for Linux commands

t1ascii

convert PostScript Type 1 font from binary to ASCII


see also : t1binary - t1unmac - t1mac - t1asm - t1disasm

Synopsis

t1ascii [-l length] [input [output]]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

t1ascii converts Adobe Type 1 font programs in PFB (binary) format to PFA (hexadecimal) format. If the file output is not specified output goes to the standard output. If the file input is not specified input comes from the standard input.

options

--line-length=num, -l num

Set the maximum length of encrypted lines in the output to num. (These are the lines consisting wholly of hexadecimal digits.) The default is 64.

--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.


see also

t1binary , t1unmac , t1mac , t1asm , t1disasm

Adobe Type 1 Font Format


authors

Lee Hetherington (ilh[:at:]lcs.mit[:dot:]edu)
Eddie Kohler (ekohler[:at:]gmail[:dot:]com)

Ported to Microsoft C/C++ Compiler and MS-DOS operating system by Kai-Uwe Herbing (herbing[:at:]netmbx.netmbx[:dot:]de).

How can this site be more helpful to YOU ?


give  feedback