get-post-script-name in font-name-directory<%>
Gets a PostScript font name for a font ID, weight, and style
combination. The PostScript font name is used both for the font name
in PostScript output, and as the Adobe(tm) Font Manager file name (suffixed with
".afm" and prefixed with the Adobe(tm) Font Manager path determined by
get-afm-path ).
( -> string or send a-font-name-directory get-post-script-name font-id weight style)#f
font-id : exact integer
weight : symbol in '(normal bold light)
style : symbol in '(normal italic slant)
See
font% for information about weight and style.