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

This commit is contained in:
Just van Rossum 2000-07-25 16:40:23 +00:00
parent 704bf63216
commit 0e32d0616b
1 changed files with 1 additions and 1 deletions

View File

@ -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;