Path: utzoo!attcan!uunet!mcvax!ukc!strath-cs!glasgow!icdoc!qmc-cs!harlqn!!andy
From: andy@ (Andy)
Newsgroups: comp.lang.postscript
Subject: Italic Angles
Message-ID: <1597@harlqn.UUCP>
Date: 27 Nov 88 21:59:11 GMT
Sender: andy@harlqn.UUCP
Reply-To: andy@ (Andy)
Organization: Harlequin (Cambridge, UK) Ltd.
Lines: 10

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