diff options
Diffstat (limited to 'src/FreeType/ftfuncs.h')
-rw-r--r-- | src/FreeType/ftfuncs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FreeType/ftfuncs.h b/src/FreeType/ftfuncs.h index dadb546..6777667 100644 --- a/src/FreeType/ftfuncs.h +++ b/src/FreeType/ftfuncs.h @@ -174,8 +174,7 @@ static void FreeTypeFreeXFont(FontPtr pFont, int freeProps); static void FreeTypeUnloadXFont(FontPtr pFont); static int FreeTypeAddProperties(FTFontPtr font, FontScalablePtr vals, FontInfoPtr info, - char *fontname, - int rawAverageWidth); + char *fontname, int rawAverageWidth, Bool font_properties); static int FreeTypeFontGetGlyph(unsigned code, int flags, CharInfoPtr *g, FTFontPtr font); static int FreeTypeLoadFont(FTFontPtr font, FontInfoPtr info, FTFacePtr face, |