shithub: freetype+ttf2subf

Download patch

ref: 0e49a4b8e702fdbe8d482d7c7272267b28d876b7
parent: a1471038bd7ce7d35108777a1e32ac1a0e99b5b9
author: David Turner <[email protected]>
date: Thu Oct 18 07:26:21 EDT 2001

adding support to new postscript hinter

git/fs: mount .git/fs: mount/attach disallowed
--- 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 */