From 680ec37326bf491a69ae5ffc968a7ac4a2ec5699 Mon Sep 17 00:00:00 2001 From: David Turner Date: Tue, 25 Apr 2000 16:08:33 +0000 Subject: [PATCH] added the FT_LOAD_FORCE_AUOHINT flag --- include/freetype.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/include/freetype.h b/include/freetype.h index 7e06ea7c6..7b3dac4a8 100644 --- a/include/freetype.h +++ b/include/freetype.h @@ -1311,7 +1311,7 @@ FT_SubGlyph* subglyphs; void* control_data; - void* control_len; + long control_len; void* other; @@ -1794,6 +1794,17 @@ /* */ #define FT_LOAD_LINEAR 16 + /*************************************************************************/ + /* */ + /* */ + /* FT_LOAD_FORCE_AUTOHINT */ + /* */ + /* */ + /* A bit-field constant, used with FT_Load_Glyph() to indicate that */ + /* the function should try to auto-hint the glyphs, even if a driver- */ + /* -specific hinter is available.. */ + /* */ +#define FT_LOAD_FORCE_AUTOHINT 32 /*************************************************************************/ /* */