summaryrefslogtreecommitdiff
path: root/trunk/pango/opentype/harfbuzz.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/pango/opentype/harfbuzz.h')
-rw-r--r--trunk/pango/opentype/harfbuzz.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/trunk/pango/opentype/harfbuzz.h b/trunk/pango/opentype/harfbuzz.h
new file mode 100644
index 00000000..e8e08a2a
--- /dev/null
+++ b/trunk/pango/opentype/harfbuzz.h
@@ -0,0 +1,23 @@
+/*******************************************************************
+ *
+ * Copyright 1996-2000 by
+ * David Turner, Robert Wilhelm, and Werner Lemberg.
+ *
+ * Copyright 2006 Behdad Esfahbod
+ *
+ * This is part of HarfBuzz, an OpenType Layout engine library.
+ *
+ * See the file name COPYING for licensing information.
+ *
+ ******************************************************************/
+#ifndef HARFBUZZ_H
+#define HARFBUZZ_H
+
+#include "harfbuzz-open.h"
+#include "harfbuzz-buffer.h"
+#include "harfbuzz-gdef.h"
+#include "harfbuzz-gsub.h"
+#include "harfbuzz-gpos.h"
+#include "harfbuzz-dump.h"
+
+#endif /* HARFBUZZ_OPEN_H */