shithub: freetype+ttf2subf

Download patch

ref: 1fd410bbe19362dedc0417198e3c052afcb1c113
parent: 5f5b44659ebe917405d08f089fce8e641d78ab13
author: Just van Rossum <[email protected]>
date: Wed Jul 26 16:31:18 EDT 2000

now that "type1z" is renamed to "type1"; revert to hardcoding "type1"..

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/macfond/fonddrvr.c
+++ b/src/macfond/fonddrvr.c
@@ -485,7 +485,7 @@
       stream->pos = 0; /* just in case */
 
       /* delegate the work to the Type 1 module */
-      t1_driver = (FT_Driver)FT_Get_Module( face->driver->root.library, "type1z" );
+      t1_driver = (FT_Driver)FT_Get_Module( face->driver->root.library, "type1" );
       if ( t1_driver )
       {
         face->driver = t1_driver;