Roef Ragas
in cont-sys.tex AND adding the new built-map to pdftex.cfg like this: % map +texnansi-uw-dolly.map will generate a lot of 'duplicate / ignored' messages. Is one of them better?
I don't know. Nowerdays I add the mapfiles with updmap: updmap --enable Map dolly.map But this might require a rather new tetex system. put these lines (actually you have to define rm, ss *and* tt!) in the .tex file after the line \usetypescriptfile[type-dolly].
\starttypescript [Dolly] \definetypeface [Dolly] [rm] [serif] [dolly] [default] [enconding=texnansi] \stoptypescript ---
Then I made a small test-file, like this:
\usetypescriptfile[type-dolly]
[put the lines here!] \definetypeface [Dolly][rm][serif][dolly][default] [encoding=ec] \definetypeface [Dolly][ss][sans][helvetica][default] [rscale=.9, encoding=ec] \definetypeface [Dolly][tt][mono][computer-modern][computer-modern][rscale=1.1,encoding=ec]
\usetypescript[Dolly]
this is not needed.
\setupbodyfont[Dolly]
HTH. Patrick