ref: d15ac6242975d06090c6959d9226ae06810adea4
parent: 68621135db4fcbf6ec57ee5ddffaf93ad8a4c634
author: Tom Kacvinsky <[email protected]>
date: Sun Mar 11 21:36:49 EST 2001
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).
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2001-03-12 Tom Kacvinsky <[email protected]>
+
+ * 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 <[email protected]>
* TODO: Updated.