aboutsummaryrefslogtreecommitdiffstats
path: root/include/freetype/ftsynth.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/ftsynth.h')
-rw-r--r--include/freetype/ftsynth.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/freetype/ftsynth.h b/include/freetype/ftsynth.h
index 839ab5e..03c82ba 100644
--- a/include/freetype/ftsynth.h
+++ b/include/freetype/ftsynth.h
@@ -64,12 +64,12 @@ FT_BEGIN_HEADER
/* For emboldened outlines the height, width, and advance metrics are */
/* increased by the strength of the emboldening. You can also call */
/* @FT_Outline_Get_CBox to get precise values. */
- FT_EXPORT( void )
- FT_GlyphSlot_Embolden( FT_GlyphSlot slot );
+ FT_EXPORT(void)
+ FT_GlyphSlot_Embolden(FT_GlyphSlot slot);
/* Slant an outline glyph to the right by about 12 degrees. */
- FT_EXPORT( void )
- FT_GlyphSlot_Oblique( FT_GlyphSlot slot );
+ FT_EXPORT(void)
+ FT_GlyphSlot_Oblique(FT_GlyphSlot slot);
/* */