Re: bug? /Font resourceforall generates undefinedresource error
Ken Sharp <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.devel |
|---|---|
| Message-ID | <[email protected]> |
At 01:20 08/10/2015 -0700, Perry Hutchison wrote: >When attempting to enumerate available fonts using the method >recommended in the PostScript Language Reference Manual, I am >getting an undefinedresource error. Well the absolute *first* thing you should do is upgrade to a version of Ghostscript which is less than 5 years old. The current version is 9.18 you appear to be using 8.71. After that we would need to know if you have built Ghostscript using the ROM file system or not, if you have not used the ROM file system then we would need ot know the contents of your FontMap.GS and cidfmap files. Looks to me like you have added a 'HyGothic-Medium' CIDFont and that is resulting in a HyGothic-Medium-UniJIS2004-UTF16-H font resource, which is not defined for some reason. However without seeing the relevant files its not possible to say (and I really don't want to see the files from an archaic version of Ghostscript!) FWIW running the (sort of) supplied PostScript on 9.16 under Windows did not result in any problems.