aboutsummaryrefslogtreecommitdiffstats
path: root/include/freetype/ftrender.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/ftrender.h')
-rw-r--r--include/freetype/ftrender.h50
1 files changed, 25 insertions, 25 deletions
diff --git a/include/freetype/ftrender.h b/include/freetype/ftrender.h
index dd0229b..3569c63 100644
--- a/include/freetype/ftrender.h
+++ b/include/freetype/ftrender.h
@@ -38,29 +38,29 @@ FT_BEGIN_HEADER
/* create a new glyph object */
typedef FT_Error
- (*FT_Glyph_InitFunc)( FT_Glyph glyph,
- FT_GlyphSlot slot );
+ (*FT_Glyph_InitFunc)(FT_Glyph glyph,
+ FT_GlyphSlot slot);
/* destroys a given glyph object */
typedef void
- (*FT_Glyph_DoneFunc)( FT_Glyph glyph );
+ (*FT_Glyph_DoneFunc)(FT_Glyph glyph);
typedef void
- (*FT_Glyph_TransformFunc)( FT_Glyph glyph,
+ (*FT_Glyph_TransformFunc)(FT_Glyph glyph,
const FT_Matrix* matrix,
- const FT_Vector* delta );
+ const FT_Vector* delta);
typedef void
- (*FT_Glyph_GetBBoxFunc)( FT_Glyph glyph,
- FT_BBox* abbox );
+ (*FT_Glyph_GetBBoxFunc)(FT_Glyph glyph,
+ FT_BBox* abbox);
typedef FT_Error
- (*FT_Glyph_CopyFunc)( FT_Glyph source,
- FT_Glyph target );
+ (*FT_Glyph_CopyFunc)(FT_Glyph source,
+ FT_Glyph target);
typedef FT_Error
- (*FT_Glyph_PrepareFunc)( FT_Glyph glyph,
- FT_GlyphSlot slot );
+ (*FT_Glyph_PrepareFunc)(FT_Glyph glyph,
+ FT_GlyphSlot slot);
/* deprecated */
#define FT_Glyph_Init_Func FT_Glyph_InitFunc
@@ -85,28 +85,28 @@ FT_BEGIN_HEADER
typedef FT_Error
- (*FT_Renderer_RenderFunc)( FT_Renderer renderer,
+ (*FT_Renderer_RenderFunc)(FT_Renderer renderer,
FT_GlyphSlot slot,
FT_UInt mode,
- const FT_Vector* origin );
+ const FT_Vector* origin);
typedef FT_Error
- (*FT_Renderer_TransformFunc)( FT_Renderer renderer,
+ (*FT_Renderer_TransformFunc)(FT_Renderer renderer,
FT_GlyphSlot slot,
const FT_Matrix* matrix,
- const FT_Vector* delta );
+ const FT_Vector* delta);
typedef void
- (*FT_Renderer_GetCBoxFunc)( FT_Renderer renderer,
+ (*FT_Renderer_GetCBoxFunc)(FT_Renderer renderer,
FT_GlyphSlot slot,
- FT_BBox* cbox );
+ FT_BBox* cbox);
typedef FT_Error
- (*FT_Renderer_SetModeFunc)( FT_Renderer renderer,
+ (*FT_Renderer_SetModeFunc)(FT_Renderer renderer,
FT_ULong mode_tag,
- FT_Pointer mode_ptr );
+ FT_Pointer mode_ptr);
/* deprecated identifiers */
#define FTRenderer_render FT_Renderer_RenderFunc
@@ -180,9 +180,9 @@ FT_BEGIN_HEADER
/* To add a new renderer, simply use @FT_Add_Module. To retrieve a */
/* renderer by its name, use @FT_Get_Module. */
/* */
- FT_EXPORT( FT_Renderer )
- FT_Get_Renderer( FT_Library library,
- FT_Glyph_Format format );
+ FT_EXPORT(FT_Renderer)
+ FT_Get_Renderer(FT_Library library,
+ FT_Glyph_Format format);
/*************************************************************************/
@@ -220,11 +220,11 @@ FT_BEGIN_HEADER
/* 5~elements. Consequently, the third and fourth argument are zero */
/* normally. */
/* */
- FT_EXPORT( FT_Error )
- FT_Set_Renderer( FT_Library library,
+ FT_EXPORT(FT_Error)
+ FT_Set_Renderer(FT_Library library,
FT_Renderer renderer,
FT_UInt num_params,
- FT_Parameter* parameters );
+ FT_Parameter* parameters);
/* */