HELV_NAR.TXT Driver File Contents (psexec20.exe)

%!   updated 7 May 1987
%%Version: 1.0
%    Downloading this program to a PostScript printer will create the
%    four Helvetica-Narrow fonts.  The fonts will remain in the printer
%    until the printer is turned off. 
%    NOTE: 
%    Downloading from a Macintosh is easily done with SendPS or other 
%    downloding application
serverdict begin 0 exitserver
/makenarrow 
   { % stack:  newname
     /newname exch def
     /basefontdict exch findfont def      %Get base font dictionary
     /newfont basefontdict maxlength dict def  %Create dictionary for new font
     basefontdict  %Copy all entries from base font dict except for FID
     { exch dup /FID ne
     { exch newfont 3 1 roll put }
     { pop pop }   %Ignore FID pair
     ifelse
   } forall
newfont /FontName newname put  %Install new name
newfont /FontMatrix basefontdict
/FontMatrix get [0.82 0 0 1 0 0][0 0 0 0 0 0] concatmatrix put  %Install narrower matrix
newname newfont definefont pop  %make into a PostScript font
} bind def
/Helvetica /Helvetica-Narrow makenarrow
/Helvetica-Bold /Helvetica-Narrow-Bold makenarrow
/Helvetica-Oblique /Helvetica-Narrow-Oblique makenarrow
/Helvetica-BoldOblique /Helvetica-Narrow-BoldOblique makenarrow
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web4, load: 0.83