Commit a1706075562ca1d5c9f4ee160997d94029cf5984

Graham Asher 2002-08-01T16:20:06

Commented latest change to t1load.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 7d53f01..26ff004 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
 2002-08-01  Graham Asher  <graham.asher@btinternet.com>
+        * src/type1/t1load.c:
+        T1_Open_Face now tolerates a face with no charstrings if there
+        is an incremental loading interface. Type 1 faces supplied by
+        PostScript interpreters like GhostScript will typically not
+        provide any charstrings at load time, so this is essential
+        if they are to work.
+
+2002-08-01  Graham Asher  <graham.asher@btinternet.com>
         * include/freetype/config/ftheader.h,
         include/freetype/freetype.h,
         include/freetype/ftincrem.h,