--- Begin Message ---
Subject: |
Re: [Bug-gs] how to recognize GSF? |
Date: |
Fri, 01 Feb 2002 21:33:16 -0800 |
# ./type1fix.pl u003043t.gsf pfa: u003043t.pfa
As I mentioned earlier type1fix.pl generates a different gsf file. Subrs
and Charstrings are written as postscript strings (characters inside
parens). These are binary eexec encrypted strings.
So you must
Parse the string to get rid of backslash sequences
Pass the string through the charstring decrypter
Skip the first leniv bytes
--- End Message ---