Linux Commands Examples

A great documentation place for Linux commands

t1binary

convert PostScript Type 1 font from ASCII to binary


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

Synopsis

t1binary [-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

0
source
            
for f in t1ascii t1asm t1binary t1disasm t1mac t1unmac; do
rm -f $pkgdir/usr/share/man/man1/$f.1
done
# remove files that belong to psutils

description

t1binary converts Adobe Type 1 font programs in PFA (hexadecimal) format to PFB (binary) 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

--block-length=length, -l length

Set the maximum length of sections in PFB output to length. The default length is as large as memory allows.


see also

t1ascii , t1unmac , t1mac , t1disasm , t1asm

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