diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-13 08:47:22 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-13 08:47:22 -0400 |
commit | 8b0f74445b509d8e59ec89854f2e149ad1948d4e (patch) | |
tree | ce7e6a7a62468ed88e885d1fff64e72eb18db433 /include/freetype/ftsnames.h | |
parent | 51f57a9eb06cd0a4a967915ee60a323fc85fafba (diff) | |
parent | fa4b6e00fd204998f6011420bdad60477b7a2f12 (diff) |
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/freetype/ftsnames.h')
-rw-r--r-- | include/freetype/ftsnames.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/freetype/ftsnames.h b/include/freetype/ftsnames.h index 88af440..d0fb76e 100644 --- a/include/freetype/ftsnames.h +++ b/include/freetype/ftsnames.h @@ -122,8 +122,8 @@ FT_BEGIN_HEADER /* <Return> */ /* The number of strings in the `name' table. */ /* */ - FT_EXPORT( FT_UInt ) - FT_Get_Sfnt_Name_Count( FT_Face face ); + FT_EXPORT(FT_UInt) + FT_Get_Sfnt_Name_Count(FT_Face face); /*************************************************************************/ @@ -154,10 +154,10 @@ FT_BEGIN_HEADER /* `name' table entries, then do a loop until you get the right */ /* platform, encoding, and name ID. */ /* */ - FT_EXPORT( FT_Error ) - FT_Get_Sfnt_Name( FT_Face face, + FT_EXPORT(FT_Error) + FT_Get_Sfnt_Name(FT_Face face, FT_UInt idx, - FT_SfntName *aname ); + FT_SfntName *aname); /*************************************************************************** @@ -172,7 +172,7 @@ FT_BEGIN_HEADER * legacy systems that have a 4-face-per-family restriction. * */ -#define FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY FT_MAKE_TAG( 'i', 'g', 'p', 'f' ) +#define FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY FT_MAKE_TAG('i', 'g', 'p', 'f') /*************************************************************************** @@ -187,7 +187,7 @@ FT_BEGIN_HEADER * systems that have a 4-face-per-family restriction. * */ -#define FT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILY FT_MAKE_TAG( 'i', 'g', 'p', 's' ) +#define FT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILY FT_MAKE_TAG('i', 'g', 'p', 's') /* */ |