From 502f70212564afc2405a295c739797f60497c522 Mon Sep 17 00:00:00 2001 From: Tom Kacvinsky Date: Thu, 8 Feb 2001 23:26:09 +0000 Subject: [PATCH] minor correction to 2001-02-07 entries. --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 55008bbdd..e3a53d212 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,8 +12,8 @@ * src/cff/cffparse.c (cff_parse_font_matrix): Added logic to get the units_per_EM from the FontMatrix. - (cff_parse_fixed_thousand): New function. Gets a real number fromt - he CFF font, but multiplies by 1000 (this is to avoid rounding + (cff_parse_fixed_thousand): New function. Gets a real number from + the CFF font, but multiplies by 1000 (this is to avoid rounding errors when placing this real number into a 16.16 fixed number). (cff_parse_real): Added code so that the integer part is moved