From fa4b6e00fd204998f6011420bdad60477b7a2f12 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 13 Apr 2016 08:47:41 -0400 Subject: parentheses --- include/freetype/ftpfr.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'include/freetype/ftpfr.h') 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); /* */ -- cgit v1.2.3