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

This commit is contained in:
Just van Rossum 2000-07-26 20:31:18 +00:00
parent 0e48d9f96c
commit 554a350e7e
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, "type1z" );
t1_driver = (FT_Driver)FT_Get_Module( face->driver->root.library, "type1" );
if ( t1_driver )
{
face->driver = t1_driver;