summaryrefslogtreecommitdiff
path: root/include/freetype/ftsynth.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2000-12-09 00:45:38 +0000
committerWerner Lemberg <wl@gnu.org>2000-12-09 00:45:38 +0000
commit90d9964ec9c6537a69dedbc29f0a6d277707dbcc (patch)
tree2db8f99b7c4e8ef3326e9ec36cd9f3236b32a4f5 /include/freetype/ftsynth.h
parentcc069beb2d2b6b1cb9f9b9f2af2a7ea12780f634 (diff)
downloadfreetype2-90d9964ec9c6537a69dedbc29f0a6d277707dbcc.tar.gz
* */*.h: Changed body inclusion macro names to start and end with
`__' (those which haven't converted yet). Fixed minor conversion issues. * src/winfonts/winfnt.c: Updated to new header inclusion scheme. * */*.[ch]: Changed source files to adhere to the new * src/cff/cff.c, src/cff/rules.mk: Updated. * */*.[ch]: Now using <ft2build.h> as the default build and setup
Diffstat (limited to 'include/freetype/ftsynth.h')
-rw-r--r--include/freetype/ftsynth.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/freetype/ftsynth.h b/include/freetype/ftsynth.h
index 42b1e262e..902431902 100644
--- a/include/freetype/ftsynth.h
+++ b/include/freetype/ftsynth.h
@@ -37,11 +37,14 @@
#ifndef __FTSYNTH_H__
#define __FTSYNTH_H__
-#include <ft2build.h>
-#include FT_FREETYPE_H
+
+#include <ft2build.h>
+#include FT_FREETYPE_H
+
FT_BEGIN_HEADER
+
/* This code is completely experimental -- use with care! */
/* It will probably be completely rewritten in the future */
/* or even integrated into the library. */
@@ -53,8 +56,8 @@ FT_BEGIN_HEADER
FT_Outline* outline,
FT_Pos* advance );
-FT_END_HEADER
+FT_END_HEADER
#endif /* __FTSYNTH_H__ */