summaryrefslogtreecommitdiff
path: root/include/freetype/ftsynth.h
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2000-11-04 01:55:49 +0000
committerDavid Turner <david@freetype.org>2000-11-04 01:55:49 +0000
commit76a5f62323d4fe3319d3d5410ded0ff9cab1f8c5 (patch)
tree80dd28a1cc25c24dcacc41eda4b31521618ab791 /include/freetype/ftsynth.h
parent4091109486223c0a60cd8ba080e4891e630db24d (diff)
downloadfreetype2-76a5f62323d4fe3319d3d5410ded0ff9cab1f8c5.tar.gz
major reformatting of the sources:
FT_EXPORT_DEF => FT_EXPORT FT_EXPORT_FUNC => FT_EXPORT_DEF BASE_DEF => FT_BASE BASE_FUNC => FT_BASE_DEF LOCAL_DEF => FT_LOCAL LOCAL_FUNC => FT_LOCAL_DEF LOCAL_FUNC_X => FT_CALLBACK_DEF LOCAL_DEF_X => FT_CALLBACK_TABLE FT_CPLUSPLUS => FT_CALLBACK_TABLE_DEF
Diffstat (limited to 'include/freetype/ftsynth.h')
-rw-r--r--include/freetype/ftsynth.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/freetype/ftsynth.h b/include/freetype/ftsynth.h
index af7a62ebf..8952969ac 100644
--- a/include/freetype/ftsynth.h
+++ b/include/freetype/ftsynth.h
@@ -48,13 +48,13 @@
/* This code is completely experimental -- use with care! */
/* It will probably be completely rewritten in the future */
/* or even integrated into the library. */
- FT_EXPORT_DEF( FT_Error ) FT_Outline_Embolden( FT_GlyphSlot original,
- FT_Outline* outline,
- FT_Pos* advance );
+ FT_EXPORT( FT_Error ) FT_Outline_Embolden( FT_GlyphSlot original,
+ FT_Outline* outline,
+ FT_Pos* advance );
- FT_EXPORT_DEF( FT_Error ) FT_Outline_Oblique( FT_GlyphSlot original,
- FT_Outline* outline,
- FT_Pos* advance );
+ FT_EXPORT( FT_Error ) FT_Outline_Oblique( FT_GlyphSlot original,
+ FT_Outline* outline,
+ FT_Pos* advance );
#ifdef __cplusplus