Added entries for changes to the Type 1 decoder and the CID font driver (which

take into account the possibility of lenIV seed bytes at the beginning of a
subroutine).
This commit is contained in:
Tom Kacvinsky 2001-03-12 02:36:49 +00:00
parent a2fb4779c4
commit 435f6102f5
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
2001-03-12 Tom Kacvinsky <tjk@ams.org>
* src/psaux/t1decode.c (T1_Decoder_Parse_Charstrings): Adjust
for lenIV seed bytes at the start of a decrypted subroutine.
* src/cid/cidload.c (cid_read_subrs): Decrypt subroutines only
if lenIV >= 0.
* src/cid/cidgload.c (cid_load_glyph): Decrypt charstrings only
if lenIV >= 0.
2001-03-11 Werner Lemberg <wl@gnu.org>
* TODO: Updated.