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/ftsynth.h | |
parent | 51f57a9eb06cd0a4a967915ee60a323fc85fafba (diff) | |
parent | fa4b6e00fd204998f6011420bdad60477b7a2f12 (diff) |
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/freetype/ftsynth.h')
-rw-r--r-- | include/freetype/ftsynth.h | 8 |
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); /* */ |