shithub: freetype+ttf2subf

Download patch

ref: f1a23cbf0f11a4c81a427efd77d0615edc4d08ff
parent: 4836f955f3ffb0a7c7644801daa14d0a4bb041db
author: David Turner <[email protected]>
date: Tue Jun 6 09:53:26 EDT 2006

oops, stupid error fixed

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/cff/cffcmap.c
+++ b/src/cff/cffcmap.c
@@ -163,7 +163,7 @@
                                    cff->num_glyphs,
                                    (PS_GetGlyphNameFunc)&cff_sid_to_glyph_name,
                                    (PS_FreeGlyphNameFunc)&cff_sid_free_glyph_name,
-                                   (FT_Pointer)cff );
+                                   (FT_Pointer)face );
   }