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

VER-2-0-4-PATCH
Just van Rossum 25 years ago
parent 704bf63216
commit 0e32d0616b
  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