summaryrefslogtreecommitdiff
path: root/src/autohint/ahhint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autohint/ahhint.h')
-rw-r--r--src/autohint/ahhint.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/autohint/ahhint.h b/src/autohint/ahhint.h
index c52760933..2be96acb7 100644
--- a/src/autohint/ahhint.h
+++ b/src/autohint/ahhint.h
@@ -37,12 +37,12 @@ FT_BEGIN_HEADER
/* create a new empty hinter object */
- FT_LOCAL FT_Error
+ FT_LOCAL( FT_Error )
ah_hinter_new( FT_Library library,
AH_Hinter** ahinter );
/* Load a hinted glyph in the hinter */
- FT_LOCAL FT_Error
+ FT_LOCAL( FT_Error )
ah_hinter_load_glyph( AH_Hinter* hinter,
FT_GlyphSlot slot,
FT_Size size,
@@ -50,19 +50,19 @@ FT_BEGIN_HEADER
FT_Int load_flags );
/* finalize a hinter object */
- FT_LOCAL void
+ FT_LOCAL( void )
ah_hinter_done( AH_Hinter* hinter );
- FT_LOCAL void
+ FT_LOCAL( void )
ah_hinter_done_face_globals( AH_Face_Globals* globals );
- FT_LOCAL void
+ FT_LOCAL( void )
ah_hinter_get_global_hints( AH_Hinter* hinter,
FT_Face face,
void** global_hints,
long* global_len );
- FT_LOCAL void
+ FT_LOCAL( void )
ah_hinter_done_global_hints( AH_Hinter* hinter,
void* global_hints );