Commit 2f41a46a1ae46511fa1e2c80d49078eec08ebf9d

Tom Kacvinsky 2001-01-24T22:44:22

Added entries for changes to Type 1 driver (related to FontInfo dictionaries and units per em).

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/ChangeLog b/ChangeLog
index 293bdf3..6df5fa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2001-01-24  Tom Kacvinsky  <tjk@ams.org>
+
+	* src/cff/t1load.c (parse_font_matrix): Added heuristic to get
+	units_per_EM from the font matrix.
+
+        (parse_dict): Deleted test to see if the FontInfo keyword has been
+	seen.  Deletion of this test allows fonts without FontInfo
+	dictionaries to be parsed by the Type 1 driver.
+
+	(T1_Open_Face): deleted empty subroutines array test to make sure
+	fonts with no subroutines still are parsed.
+
 2001-01-17  Francesco Zappa Nardelli  <francesco.zappa.nardelli@ens.fr>
 
 	* src/pcfread.c (pcf_get_properties, pcf_get_metrics,