shithub: freetype+ttf2subf

Download patch

ref: 1f46fed3a777b9378632579b46460b8ad3d99eed
parent: 53fb1f543762cfd2af867fab59a6d19755434bcf
author: Just van Rossum <[email protected]>
date: Tue Jul 25 12:40:23 EDT 2000

Use the "type1z" driver instead of the old one.

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, "type1" );
+      t1_driver = (FT_Driver)FT_Get_Module( face->driver->root.library, "type1z" );
       if ( t1_driver )
       {
         face->driver = t1_driver;