Commit 2c425de9eab72925b09c5d361d8492fcf2e3f17b

Graham Asher 2003-01-13T10:27:35

noted latest change to ttload.c

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/ChangeLog b/ChangeLog
index 749395e..8227df4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-01-13  Graham Asher  <graham.asher@btinternet.com>
+
+    * src/sfnt/ttload.c (tt_face_load_metrics)
+    [FT_CONFIG_OPTION_INCREMENTAL]: TrueType typefaces without horizontal
+    metrics (without the 'hmtx' table) are now tolerated if an
+    incremental interface has been specified that has a get_glyph_metrics
+    function, implying that metrics will be supplied from outside.
+    This happens for certain Type 42 fonts passed from GhostScript.
+
 2003-01-11  David Chester  <davidchester@qmx.net>
 
         * include/freetype/config/ftoption.h, src/autohint/ahglobal.h,