Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!ukc!ox-prg!culhua!jg From: jg@prg.ox.ac.uk (Jeremy Gibbons) Newsgroups: comp.text.tex Subject: Re: gftodvi and gray/black/slant fonts Message-ID: Date: 10 Jan 91 10:20:00 GMT References: <1991Jan9.130216@madmax.Viewlogic.COM> Sender: news@prg.ox.ac.uk Organization: Oxford University Computing Laboratory, UK Lines: 35 In-reply-to: kenc@madmax.Viewlogic.COM's message of 9 Jan 91 18:02:16 GMT kenc@madmax.Viewlogic.COM (Kenstir) writes > I tried running metafont on `gray.mf' but that file just includes `grdov' > and *that* file had bogosity in it... `Bogosity'? Must be an Americanism :-) Remember that gray fonts can't be magnified, nor can they really be run off for different devices. In fact, they aren't device independent at all. This is because the characters must be a whole number of device pixels wide. So, you really want gray.mf to say > input grlocal % `standard' gray font is for default mode (whatever that is) (Quite why the standard in the distribution is for a Dover, I don't know.) Then grlocal.mf should say > % Gray font for `localfont' (whatever that may be) > > mode_setup; > > if mode<>localfont: > errmessage "This file is for " & mode_name[localfont] & " only"; > def input suffix t = enddef; > fi > > font_identifier "GRAYLOCAL"; > input grayf; > bye. Jeremy *-----------------------------------------------------------------------* | Jeremy Gibbons (jg@uk.ac.oxford.prg) Funky Monkey Multimedia Corp | *-----------------------------------------------------------------------*