aboutsummaryrefslogtreecommitdiffstats
path: root/include/freetype/t1tables.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/t1tables.h
parent51f57a9eb06cd0a4a967915ee60a323fc85fafba (diff)
parentfa4b6e00fd204998f6011420bdad60477b7a2f12 (diff)
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/freetype/t1tables.h')
-rw-r--r--include/freetype/t1tables.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/include/freetype/t1tables.h b/include/freetype/t1tables.h
index a14255e..ed4235c 100644
--- a/include/freetype/t1tables.h
+++ b/include/freetype/t1tables.h
@@ -424,8 +424,8 @@ FT_BEGIN_HEADER
* Boolean. True if glyph names are reliable.
*
*/
- FT_EXPORT( FT_Int )
- FT_Has_PS_Glyph_Names( FT_Face face );
+ FT_EXPORT(FT_Int)
+ FT_Has_PS_Glyph_Names(FT_Face face);
/************************************************************************
@@ -456,9 +456,9 @@ FT_BEGIN_HEADER
* return the `FT_Err_Invalid_Argument' error code.
*
*/
- FT_EXPORT( FT_Error )
- FT_Get_PS_Font_Info( FT_Face face,
- PS_FontInfo afont_info );
+ FT_EXPORT(FT_Error)
+ FT_Get_PS_Font_Info(FT_Face face,
+ PS_FontInfo afont_info);
/************************************************************************
@@ -489,9 +489,9 @@ FT_BEGIN_HEADER
* the `FT_Err_Invalid_Argument' error code.
*
*/
- FT_EXPORT( FT_Error )
- FT_Get_PS_Font_Private( FT_Face face,
- PS_Private afont_private );
+ FT_EXPORT(FT_Error)
+ FT_Get_PS_Font_Private(FT_Face face,
+ PS_Private afont_private);
/*************************************************************************/
@@ -645,12 +645,12 @@ FT_BEGIN_HEADER
* the `FT_Err_Invalid_Argument' error code.
*
*/
- FT_EXPORT( FT_Long )
- FT_Get_PS_Font_Value( FT_Face face,
+ FT_EXPORT(FT_Long)
+ FT_Get_PS_Font_Value(FT_Face face,
PS_Dict_Keys key,
FT_UInt idx,
void *value,
- FT_Long value_len );
+ FT_Long value_len);
/* */