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/ftadvanc.h | |
parent | 51f57a9eb06cd0a4a967915ee60a323fc85fafba (diff) | |
parent | fa4b6e00fd204998f6011420bdad60477b7a2f12 (diff) |
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/freetype/ftadvanc.h')
-rw-r--r-- | include/freetype/ftadvanc.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/freetype/ftadvanc.h b/include/freetype/ftadvanc.h index 8f7e2fc..6e3b0b5 100644 --- a/include/freetype/ftadvanc.h +++ b/include/freetype/ftadvanc.h @@ -113,11 +113,11 @@ FT_BEGIN_HEADER /* A scaled advance is returned in 16.16 format but isn't transformed */ /* by the affine transformation specified by @FT_Set_Transform. */ /* */ - FT_EXPORT( FT_Error ) - FT_Get_Advance( FT_Face face, + FT_EXPORT(FT_Error) + FT_Get_Advance(FT_Face face, FT_UInt gindex, FT_Int32 load_flags, - FT_Fixed *padvance ); + FT_Fixed *padvance); /*************************************************************************/ @@ -164,12 +164,12 @@ FT_BEGIN_HEADER /* transformed by the affine transformation specified by */ /* @FT_Set_Transform. */ /* */ - FT_EXPORT( FT_Error ) - FT_Get_Advances( FT_Face face, + FT_EXPORT(FT_Error) + FT_Get_Advances(FT_Face face, FT_UInt start, FT_UInt count, FT_Int32 load_flags, - FT_Fixed *padvances ); + FT_Fixed *padvances); /* */ |