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

VER-2-0-4-PATCH
Just van Rossum 25 years ago
parent 0e48d9f96c
commit 554a350e7e
  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, "type1z" );
t1_driver = (FT_Driver)FT_Get_Module( face->driver->root.library, "type1" );
if ( t1_driver )
{
face->driver = t1_driver;

Loading…
Cancel
Save