freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Devel] Fw: [Bug-gs] how to recognize GSF?


From: Werner LEMBERG
Subject: [Devel] Fw: [Bug-gs] how to recognize GSF?
Date: Sun, 03 Feb 2002 11:58:58 +0100 (CET)

This also.


    Werner
--- 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 ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]