This commit is contained in:
Werner Lemberg 2016-02-05 11:52:50 +01:00
parent cd346da588
commit 9cc2d46785
2 changed files with 3 additions and 2 deletions

View File

@ -143,7 +143,7 @@
setIntermediateAxis( FT_Face face )
{
// only handle Multiple Masters and GX variation fonts
if ( !( face->face_flags & FT_FACE_FLAG_MULTIPLE_MASTERS ) )
if ( !FT_HAS_MULTIPLE_MASTERS( face ) )
return;
// get variation data for current instance

View File

@ -228,6 +228,7 @@
return FT_Err_Ok;
}
/*************************************************************************/
/*************************************************************************/
/*************************************************************************/