Xref: utzoo comp.text.tex:5531 comp.fonts:1977 Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!spool.mu.edu!uunet!mcsun!ukc!ox-prg!culhua!jg From: jg@prg.ox.ac.uk (Jeremy Gibbons) Newsgroups: comp.text.tex,comp.fonts Subject: Re: Wanted: Dolby trademark, CD logo in .mf or .pk Message-ID: Date: 19 Feb 91 18:06:19 GMT References: <3683@intvax.UUCP> Sender: news@prg.ox.ac.uk Organization: Oxford University Computing Laboratory, UK Lines: 36 In-reply-to: drstrip@intvax.UUCP's message of 18 Feb 91 21:31:36 GMT I was just about to post my nice Dolby symbol, and I see I've been beaten to it. Oh well, in the interests of healthy competition, here's my version. Jeremy PS A. M. Greene: it's bad style to set the mode within the .mf file! :-) PPS New Year's Resolution (a bit late): I must remember to tell the net what I've Metafonted, in the hope that other people will do likewise... *-----------------------------------------------------------------------* | Jeremy.Gibbons@prg.oxford.ac.uk PRG, 11 Keble Road, Oxford, UK | *-----------------------------------------------------------------------* - %< - %< - %< - %< - %< - %< - Cut here - %< - %< - %< - %< - %< - %< - %< - % Metafont for Dolby symbol. % Jeremy Gibbons , PRG, Oxford, February 1991. mode_setup; u# := 1mm#; define_pixels(u); beginchar(1, 4u#, 3u#, 0); "Dolby symbol"; pickup pencircle scaled .5u; filldraw unitsquare yscaled h xscaled (.5w-.4u); filldraw unitsquare yscaled h xscaled (.5w-.4u) reflectedabout ((.5w,0),(.5w,1)); cullit; unfill (halfcircle--cycle) rotated -90 scaled h shifted (.5h*up); unfill (halfcircle--cycle) rotated -90 scaled h shifted (.5h*up) reflectedabout ((.5w,0),(.5w,1)); endchar; end