[comp.lang.postscript] Italic Angles

andy@ (Andy) (11/28/88)

I'm sorry that I can't remember who posted the request, but if you need
the italic angle of any fonts, then this may be found in the FontInfo dict
in the font, under the name /ItalicAngle.

Simplest way to get it is :

/getangle {
 findfont /FontInfo get /ItalicAngle get ==
}
/Times-Italic getangle