aboutsummaryrefslogtreecommitdiffstats
path: root/include/freetype/ftincrem.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-04-13 08:47:22 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-04-13 08:47:22 -0400
commit8b0f74445b509d8e59ec89854f2e149ad1948d4e (patch)
treece7e6a7a62468ed88e885d1fff64e72eb18db433 /include/freetype/ftincrem.h
parent51f57a9eb06cd0a4a967915ee60a323fc85fafba (diff)
parentfa4b6e00fd204998f6011420bdad60477b7a2f12 (diff)
Merge branch 'master' of https://github.com/tcsullivan/gamedev
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')
/* */