aboutsummaryrefslogtreecommitdiffstats
path: root/include/freetype/ftbdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/ftbdf.h')
-rw-r--r--include/freetype/ftbdf.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/freetype/ftbdf.h b/include/freetype/ftbdf.h
index 4f8baf8..66c57c6 100644
--- a/include/freetype/ftbdf.h
+++ b/include/freetype/ftbdf.h
@@ -153,10 +153,10 @@ FT_BEGIN_HEADER
* @note:
* This function only works with BDF faces, returning an error otherwise.
*/
- FT_EXPORT( FT_Error )
- FT_Get_BDF_Charset_ID( FT_Face face,
+ FT_EXPORT(FT_Error)
+ FT_Get_BDF_Charset_ID(FT_Face face,
const char* *acharset_encoding,
- const char* *acharset_registry );
+ const char* *acharset_registry);
/**********************************************************************
@@ -194,10 +194,10 @@ FT_BEGIN_HEADER
* In case of error, `aproperty->type' is always set to
* @BDF_PROPERTY_TYPE_NONE.
*/
- FT_EXPORT( FT_Error )
- FT_Get_BDF_Property( FT_Face face,
+ FT_EXPORT(FT_Error)
+ FT_Get_BDF_Property(FT_Face face,
const char* prop_name,
- BDF_PropertyRec *aproperty );
+ BDF_PropertyRec *aproperty);
/* */