Commit 0e49a4b8e702fdbe8d482d7c7272267b28d876b7

David Turner 2001-10-18T11:26:21

adding support to new postscript hinter

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/src/cid/cidgload.c b/src/cid/cidgload.c
index c1c4f45..34a3414 100644
--- a/src/cid/cidgload.c
+++ b/src/cid/cidgload.c
@@ -158,6 +158,7 @@
                                            0, /* glyph slot */
                                            0, /* glyph names! XXX */
                                            0, /* blend == 0 */
+                                           0, /* hinting == FALSE */
                                            cid_load_glyph );
     if ( error )
       return error;
@@ -237,6 +238,7 @@
                                              (FT_GlyphSlot)glyph,
                                              0, /* glyph names -- XXX */
                                              0, /* blend == 0 */
+                                             0, /* hinting == 0 */
                                              cid_load_glyph );
 
       /* set up the decoder */