diff options
Diffstat (limited to 'include/freetype/ftmm.h')
-rw-r--r-- | include/freetype/ftmm.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/include/freetype/ftmm.h b/include/freetype/ftmm.h index 837975a..0e1b274 100644 --- a/include/freetype/ftmm.h +++ b/include/freetype/ftmm.h @@ -240,9 +240,9 @@ FT_BEGIN_HEADER /* <Return> */ /* FreeType error code. 0~means success. */ /* */ - FT_EXPORT( FT_Error ) - FT_Get_Multi_Master( FT_Face face, - FT_Multi_Master *amaster ); + FT_EXPORT(FT_Error) + FT_Get_Multi_Master(FT_Face face, + FT_Multi_Master *amaster); /*************************************************************************/ @@ -263,9 +263,9 @@ FT_BEGIN_HEADER /* <Return> */ /* FreeType error code. 0~means success. */ /* */ - FT_EXPORT( FT_Error ) - FT_Get_MM_Var( FT_Face face, - FT_MM_Var* *amaster ); + FT_EXPORT(FT_Error) + FT_Get_MM_Var(FT_Face face, + FT_MM_Var* *amaster); /*************************************************************************/ @@ -291,10 +291,10 @@ FT_BEGIN_HEADER /* <Return> */ /* FreeType error code. 0~means success. */ /* */ - FT_EXPORT( FT_Error ) - FT_Set_MM_Design_Coordinates( FT_Face face, + FT_EXPORT(FT_Error) + FT_Set_MM_Design_Coordinates(FT_Face face, FT_UInt num_coords, - FT_Long* coords ); + FT_Long* coords); /*************************************************************************/ @@ -318,10 +318,10 @@ FT_BEGIN_HEADER /* <Return> */ /* FreeType error code. 0~means success. */ /* */ - FT_EXPORT( FT_Error ) - FT_Set_Var_Design_Coordinates( FT_Face face, + FT_EXPORT(FT_Error) + FT_Set_Var_Design_Coordinates(FT_Face face, FT_UInt num_coords, - FT_Fixed* coords ); + FT_Fixed* coords); /*************************************************************************/ @@ -346,10 +346,10 @@ FT_BEGIN_HEADER /* <Return> */ /* FreeType error code. 0~means success. */ /* */ - FT_EXPORT( FT_Error ) - FT_Set_MM_Blend_Coordinates( FT_Face face, + FT_EXPORT(FT_Error) + FT_Set_MM_Blend_Coordinates(FT_Face face, FT_UInt num_coords, - FT_Fixed* coords ); + FT_Fixed* coords); /*************************************************************************/ @@ -360,10 +360,10 @@ FT_BEGIN_HEADER /* <Description> */ /* This is another name of @FT_Set_MM_Blend_Coordinates. */ /* */ - FT_EXPORT( FT_Error ) - FT_Set_Var_Blend_Coordinates( FT_Face face, + FT_EXPORT(FT_Error) + FT_Set_Var_Blend_Coordinates(FT_Face face, FT_UInt num_coords, - FT_Fixed* coords ); + FT_Fixed* coords); /* */ |