From 7fdd1e528ba45d1803c7209eafa90208444ba2e1 Mon Sep 17 00:00:00 2001 From: Tom Kacvinsky Date: Sun, 24 Dec 2000 10:05:04 +0000 Subject: [PATCH] Added entries pertaining to the changes needed in the CFF/Type 2 driver for font transforms to work. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8102fcb4f..e751bd32c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2000-12-24 Tom Kacvinsky + + * src/cff/t2gload.c (T2_Load_Glyph): Added code so that the font + transform is applied. + + * src/cff/cffparse.c (cff_parse_font_matrix): Added code so that + the font matrix numbers are scaled by 1/(matrix->yy). Also, the + offset vector now contains integer values instead of 16.16 fixed + numbers. + 2000-12-22 Tom Kacvinsky * src/autohint/ahhint.c (ah_hinter_load_glyph):