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:
parent
68621135db
commit
d15ac62429
11
ChangeLog
11
ChangeLog
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue