Newsgroups: comp.windows.ms Path: utzoo!utgpu!tj From: tj@gpu.utcs.utoronto.ca (Terry Jones) Subject: Re: ATM and downloading PS fonts to printer problem... Message-ID: <1991Feb13.152307.10660@gpu.utcs.utoronto.ca> Organization: UTCS Public Access References: <1991Feb13.092327.24804@amd.com> Date: Wed, 13 Feb 1991 15:23:07 GMT When I contacted Adobe about a similar problem WITH and Adobe font the tech support advised me that the win.ini had to be manually modified When you install for a PostScript printer ATM doesn't automatically include the font as a download font because ATM doesn't know whether your PostScript printer NEEDS the font. You may have a hard disk on your printer with fonts, your printer may have the font builtin, or you may have a font cartridge. Here is a part of my Win.ini file. You can see that the first font has been manually edited to add the second part which advises about the download file. Note that the second and third fonts do not have the download part and therefore unless that font is builtin or pre-loaded the printout will contain Courier (my favorite) in place of those. [PostScript,LPT1] feed1=1 feed15=1 device=11 softfonts=11 softfont1=c:\psfonts\pfm\ca______.pfm,c:\psfonts\ca______.pfb softfont2=c:\psfonts\pfm\ctr_____.pfm softfont3=c:\psfonts\pfm\cti_____.pfm Hope this helps some folks! tj