aboutsummaryrefslogtreecommitdiffstats
path: root/include/freetype/ftcid.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/ftcid.h
parent51f57a9eb06cd0a4a967915ee60a323fc85fafba (diff)
parentfa4b6e00fd204998f6011420bdad60477b7a2f12 (diff)
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/freetype/ftcid.h')
-rw-r--r--include/freetype/ftcid.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/freetype/ftcid.h b/include/freetype/ftcid.h
index 203a30c..05d7df6 100644
--- a/include/freetype/ftcid.h
+++ b/include/freetype/ftcid.h
@@ -82,8 +82,8 @@ FT_BEGIN_HEADER
* @since:
* 2.3.6
*/
- FT_EXPORT( FT_Error )
- FT_Get_CID_Registry_Ordering_Supplement( FT_Face face,
+ FT_EXPORT(FT_Error)
+ FT_Get_CID_Registry_Ordering_Supplement(FT_Face face,
const char* *registry,
const char* *ordering,
FT_Int *supplement);
@@ -117,9 +117,9 @@ FT_BEGIN_HEADER
* @since:
* 2.3.9
*/
- FT_EXPORT( FT_Error )
- FT_Get_CID_Is_Internally_CID_Keyed( FT_Face face,
- FT_Bool *is_cid );
+ FT_EXPORT(FT_Error)
+ FT_Get_CID_Is_Internally_CID_Keyed(FT_Face face,
+ FT_Bool *is_cid);
/**********************************************************************
@@ -151,10 +151,10 @@ FT_BEGIN_HEADER
* @since:
* 2.3.9
*/
- FT_EXPORT( FT_Error )
- FT_Get_CID_From_Glyph_Index( FT_Face face,
+ FT_EXPORT(FT_Error)
+ FT_Get_CID_From_Glyph_Index(FT_Face face,
FT_UInt glyph_index,
- FT_UInt *cid );
+ FT_UInt *cid);
/* */