[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Devel] Undocumented Type 1 cgarstring operator
From: |
Tom Kacvinsky |
Subject: |
[Devel] Undocumented Type 1 cgarstring operator |
Date: |
Thu, 30 Aug 2001 08:54:57 -0400 (EDT) |
This is undocumented in the Type 1 spec. How did you get this information?
There are other undocumented operators that I know of. If you can get
Adobe to publically document this and other undocumented Type 1 operators,
I will add them to the code.
By the way, unified diffs are the preferred format for patches; they are
easier to read and give enough context...
Thanks,
Tom
On Thu, 30 Aug 2001, Martin Muskens wrote:
> Hi all,
>
> in the file t1decode.c, in the routine T1_Decoder_Parse_Charstrings the
> switch( *ip++ ) should
> contain ( I think ) a case 15: like this:
>
> case 15: // Not documented obsolete operator
> op = op_none;
> break;
>
> Otherwise this operator falls into the default behaviour, which is not
> approperiate.
>
> Regards
> Martin Muskens
>
> _______________________________________________
> Devel mailing list
> address@hidden
> http://www.freetype.org/mailman/listinfo/devel
>