aboutsummaryrefslogtreecommitdiffstats
path: root/include/freetype/ftincrem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/ftincrem.h')
-rw-r--r--include/freetype/ftincrem.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/freetype/ftincrem.h b/include/freetype/ftincrem.h
index aaf689f..ced4891 100644
--- a/include/freetype/ftincrem.h
+++ b/include/freetype/ftincrem.h
@@ -176,9 +176,9 @@ FT_BEGIN_HEADER
*
*/
typedef FT_Error
- (*FT_Incremental_GetGlyphDataFunc)( FT_Incremental incremental,
+ (*FT_Incremental_GetGlyphDataFunc)(FT_Incremental incremental,
FT_UInt glyph_index,
- FT_Data* adata );
+ FT_Data* adata);
/***************************************************************************
@@ -201,8 +201,8 @@ FT_BEGIN_HEADER
*
*/
typedef void
- (*FT_Incremental_FreeGlyphDataFunc)( FT_Incremental incremental,
- FT_Data* data );
+ (*FT_Incremental_FreeGlyphDataFunc)(FT_Incremental incremental,
+ FT_Data* data);
/***************************************************************************
@@ -239,10 +239,10 @@ FT_BEGIN_HEADER
*/
typedef FT_Error
(*FT_Incremental_GetGlyphMetricsFunc)
- ( FT_Incremental incremental,
+ (FT_Incremental incremental,
FT_UInt glyph_index,
FT_Bool vertical,
- FT_Incremental_MetricsRec *ametrics );
+ FT_Incremental_MetricsRec *ametrics);
/**************************************************************************
@@ -306,7 +306,7 @@ FT_BEGIN_HEADER
* open_args.params = &parameter; // we use one optional argument
*
* // open the font
- * error = FT_Open_Face( library, &open_args, index, &face );
+ * error = FT_Open_Face(library, &open_args, index, &face);
* ...
* }
*
@@ -341,7 +341,7 @@ FT_BEGIN_HEADER
* an incremental loading object to be used by FreeType.
*
*/
-#define FT_PARAM_TAG_INCREMENTAL FT_MAKE_TAG( 'i', 'n', 'c', 'r' )
+#define FT_PARAM_TAG_INCREMENTAL FT_MAKE_TAG('i', 'n', 'c', 'r')
/* */