home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: dis Chapter 2
UNIX Commands
Next: Reference: dpost
 

download



download

 [

options

] [

files

]

Add a font to the beginning of one or more PostScript files . By adding a font name directly to a PostScript specification, this command can be used to make additional fonts available when printing a PostScript file. Fonts are added in the form of PostScript comments that begin with %%DocumentFonts: , followed by a list of PostScript font names. download loads the fonts whose names are listed in a map table. This table links PostScript names with the system file that contains the font definition. A map table for the Times font family might look like this:


Times-Bold
	
fonts/100dpi/timesbold.snf


Times-Italic
	
fonts/100dpi/timesitalic.snf


Times-Roman
	
fonts/100dpi/timesroman.snf

Options

-

Read the standard input.

-f

Search the entire PostScript file instead of just the header comments. Header comments such as %%DocumentFonts: (atend) will redirect download to the end of the file. Use this option when such comments aren't present.

-H fontdir

Use fontdir as the directory in which font definition files are to be searched (default is /usr/lib/lp/postscript ).

-m table

Use map table specified by file table . A leading / in table indicates an absolute pathname; otherwise (as in example above), the filename is appended to the fontdir specified by -H .

-p printer

Normally, download loads fonts that reside on the host machine. With this option, download will first check for fonts that reside on printer (by looking at /etc/lp/printers/ printer /residentfonts ).


Previous: Reference: dis UNIX in a Nutshell: System V Edition Next: Reference: dpost
Reference: dis Book Index Reference: dpost

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System