Question
Using OT fonts in Encapsulated Postscript
Hello, I'm writing an Ecapsulated Postscript file which inculdes text.
I've found that any font name that includes spaces fail. For instance, the following PS command works fine:
/Ariel findfont setfont
While this does not:
/Bookman Old Style findfont setfont
I've also tried using a string for the name like so:
/Strfnt (Bookman Old Style) def
/Strfnt findfont setfont
Alas, this fails as well. Can anyone tell me howto use a font name which includes spaces within an EPS file?
Thanks for any help,
landon
I've found that any font name that includes spaces fail. For instance, the following PS command works fine:
/Ariel findfont setfont
While this does not:
/Bookman Old Style findfont setfont
I've also tried using a string for the name like so:
/Strfnt (Bookman Old Style) def
/Strfnt findfont setfont
Alas, this fails as well. Can anyone tell me howto use a font name which includes spaces within an EPS file?
Thanks for any help,
landon
