Xref: utzoo comp.text.tex:533 comp.unix.i386:3625 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!snorkelwacker!bloom-beacon!eru!luth!sunic!mcsun!hp4nl!tuegate.tue.nl!tuewsd!wsinpdb From: wsinpdb@lso.win.tue.nl (Paul de Bra) Newsgroups: comp.text.tex,comp.unix.i386 Subject: Re: DVI Driver for 24-pin Message-ID: <1006@tuewsd.lso.win.tue.nl> Date: 20 Mar 90 09:55:27 GMT References: <4382@cvl.umd.edu> <1953@naucse.UUCP> Sender: wsinpdb@lso.win.tue.nl (Paul de Bra) Organization: Eindhoven University of Technology, The Netherlands Lines: 34 In article <1953@naucse.UUCP> jdc@naucse.UUCP (John Campbell) writes: >From article <4382@cvl.umd.edu>, by liuqing@cvl.umd.edu (Larry Liuqing Huang): >In fact, I'd like to have a larger discussion by anyone willing >to explain some things. I too have a 24-pin printer--actually a >NEC P5200 and I wonder about what font files I should try to use >even if I ever find or build a dvi driver. The dots on this printer >are 360 dpi, but the pins are .2mm circles which gives about 20% >overlap last time I did the calculations. > >Do I want 240 dpi fonts? 300 or even 360? Do I even want to be in >the highest resolution mode or do I want to drop back to 180 dpi and >use 180 dpi fonts? You want 360dpi fonts of course. The thickness of the dots can be (partially) compensated by metafont. Here is a modedef I used: mode_def nec = proofing:=0; % no, we're not making proofs fontmaking:=1; % yes, we are making a font tracingtitles:=0; % no, don't show titles at all pixels_per_inch:=360; % that's the meaning of lowres blacker:=-0.2; % make pens a bit less black fillin:=0; % compensate for diagonal fillin o_correction:=0; % but don't overshoot as much enddef; Metafont does run into a few problems when you specify a negative blacker value, just like when the resolution is a bit too low. In any case, I am a very happy Tex and Nec user. If you want a copy of my dvi2nec driver, please drop me a note. Given a few requests I will send the driver by e-mail, but given many requests I will simply make it available for anonymous ftp. Paul. (debra@research.att.com)