aboutsummaryrefslogtreecommitdiffstats
path: root/include/freetype/ftpfr.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/ftpfr.h
parent51f57a9eb06cd0a4a967915ee60a323fc85fafba (diff)
parentfa4b6e00fd204998f6011420bdad60477b7a2f12 (diff)
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/freetype/ftpfr.h')
-rw-r--r--include/freetype/ftpfr.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/freetype/ftpfr.h b/include/freetype/ftpfr.h
index 0b7b7d4..0b3e81d 100644
--- a/include/freetype/ftpfr.h
+++ b/include/freetype/ftpfr.h
@@ -86,12 +86,12 @@ FT_BEGIN_HEADER
* If the input face is not a PFR, this function will return an error.
* However, in all cases, it will return valid values.
*/
- FT_EXPORT( FT_Error )
- FT_Get_PFR_Metrics( FT_Face face,
+ FT_EXPORT(FT_Error)
+ FT_Get_PFR_Metrics(FT_Face face,
FT_UInt *aoutline_resolution,
FT_UInt *ametrics_resolution,
FT_Fixed *ametrics_x_scale,
- FT_Fixed *ametrics_y_scale );
+ FT_Fixed *ametrics_y_scale);
/**********************************************************************
@@ -125,11 +125,11 @@ FT_BEGIN_HEADER
* You can use the value of the `x_scale' and `y_scale' parameters
* returned by @FT_Get_PFR_Metrics to scale these to device sub-pixels.
*/
- FT_EXPORT( FT_Error )
- FT_Get_PFR_Kerning( FT_Face face,
+ FT_EXPORT(FT_Error)
+ FT_Get_PFR_Kerning(FT_Face face,
FT_UInt left,
FT_UInt right,
- FT_Vector *avector );
+ FT_Vector *avector);
/**********************************************************************
@@ -156,10 +156,10 @@ FT_BEGIN_HEADER
* You can use the `x_scale' or `y_scale' results of @FT_Get_PFR_Metrics
* to convert the advance to device sub-pixels (i.e., 1/64th of pixels).
*/
- FT_EXPORT( FT_Error )
- FT_Get_PFR_Advance( FT_Face face,
+ FT_EXPORT(FT_Error)
+ FT_Get_PFR_Advance(FT_Face face,
FT_UInt gindex,
- FT_Pos *aadvance );
+ FT_Pos *aadvance);
/* */