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

david-pic-changes
Just van Rossum 25 years ago
parent 53fb1f5437
commit 1f46fed3a7
  1. 2
      src/macfond/fonddrvr.c

@ -485,7 +485,7 @@ error:
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;

Loading…
Cancel
Save