mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 08:48:02 +02:00
Use the "type1z" driver instead of the old one.
This commit is contained in:
parent
704bf63216
commit
0e32d0616b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue