Fix a typo
This commit is contained in:
parent
cb3e6ff4d7
commit
a57f22bf6d
|
@ -1613,7 +1613,7 @@ FcFreeTypeQueryFaceInternal (const FT_Face face,
|
|||
printf ("using FreeType family \"%s\"\n", face->family_name);
|
||||
if (!FcPatternAddString (pat, FC_FAMILY, (FcChar8 *) face->family_name))
|
||||
goto bail1;
|
||||
if (!FcPatternAddString (pat, FC_STYLELANG, (FcChar8 *) "en"))
|
||||
if (!FcPatternAddString (pat, FC_FAMILYLANG, (FcChar8 *) "en"))
|
||||
goto bail1;
|
||||
++nfamily;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue