Changed entry for src/cff/t2gload.c (T2_Parse_CharStrings) to reflect

changes made for even/odd argument counts.
This commit is contained in:
Tom Kacvinsky 2000-11-27 08:31:05 +00:00
parent 2c7b3c7385
commit 788d724886
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
2000-11-26 Tom Kacvinsky <tjk@ams.org>
* src/cff/t2gload.c (T2_Parse_CharStrings): Modified the glyph
width parsing code to be more robust.
* src/cff/t2gload.c (T2_Parse_CharStrings): Added logic to glyph
width setting code to take into account even/odd argument counts
and glyph width operand before endchar/hmoveto/vmoveto.
2000-11-26 Werner Lemberg <wl@gnu.org>