Next | Prev | Up | Top | Contents | Index

Downloading a Type 1 Font to a PostScript Printer

Some outline fonts are usually built into a PostScript printer. You can find out which fonts are known to the PostScript interpreter in your printer by sending the following file to that printer:

%!
% Produce a list of available fonts
/f 100 string def
/Times-Roman findfont 12 scalefont setfont
/y 700 def
72 y moveto
FontDirectory { 
   pop f cvs show 72 /y y 13 sub def y moveto 
} forall
showpage
Utopia fonts are not usually built into PS printers. If you try to print a document that requires a Utopia font on a PS printer that does not have that font, a warning message about the replacement of a missing font with a Courier font is sent to the file /usr/spool/lp/log on the system to which that PS printer is attached.

You can download a Type 1 font to a PS printer in either of the following two ways:

Documents how to prepare an application to execute in more than one language environment, including the use of character sets and locale-specific behaviors.



Next | Prev | Up | Top | Contents | Index