Sub Articulo 135.0

>Trying to turn a font not designed for outlines (such as
>palatino) into an outline font will not give good results, and anyway
>could probably only be done by hacking the font code.
It is possible to make most Type 1 fonts into "outlines" without hacking
the font code: hack the PostScript "show" operator along the lines of
\special{! /show {false charpath gsave .25 setlinewidth stroke grestore}
def}
instead :-)