>> the MPIMG macro should be available via the -mwww
>> macroset, which should also work with Postscript.
>
> Yes, I am aware of the www macros. The document I'm
> writing is quite long, is full of -ms macros
> This does not really seem like
> the use for which -mwww is intended.
Actually,
forgottent attach/^StartFontMetrics / {
print
while ((getline < SYMAFM) > 0) {
if (/^CharacterSet / || /^EncodingScheme / || /^Comment /) { print }
}
next
}
/^ItalicAngle 0$/ {
print "ItalicAngle -15.5"
next
}
/^FullName / {
print $0 " Slanted"
next
}
/^FSType / {
next
}
{ print }
_