Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!mephisto!udel!rochester!pt.cs.cmu.edu!o.gp.cs.cmu.edu!andrew.cmu.edu!mg2n+ From: mg2n+@andrew.cmu.edu (Martin G. Greenberg) Newsgroups: comp.lang.pascal Subject: Re: Turbo Pascal and HP fonts Message-ID: <4avuB9O00VQ60EZFAK@andrew.cmu.edu> Date: 13 Sep 90 15:18:33 GMT Organization: Class of '91, Carnegie Mellon, Pittsburgh, PA Lines: 7 The easiest solution I found was to do the following: Exec ("C:\COMMAND.COM", "/C COPY " + FontFileName + " PRN /B"); Works perfectly as long as you remember to set the memory sizes. MGG