Index: third_party/harfbuzz-ng/src/hb-graphite2.h |
diff --git a/third_party/harfbuzz-ng/src/hb-graphite2.h b/third_party/harfbuzz-ng/src/hb-graphite2.h |
index 68bd019505921c235ec4fa036c942b583e0d8a58..2d16cc88066951d6a75775b74a7d5b21cb573df6 100644 |
--- a/third_party/harfbuzz-ng/src/hb-graphite2.h |
+++ b/third_party/harfbuzz-ng/src/hb-graphite2.h |
@@ -26,20 +26,14 @@ |
#ifndef HB_GRAPHITE2_H |
#define HB_GRAPHITE2_H |
-#include "hb-common.h" |
-#include "hb-shape.h" |
+#include "hb.h" |
HB_BEGIN_DECLS |
#define HB_GRAPHITE_TAG_Silf HB_TAG('S','i','l','f') |
-hb_bool_t |
-hb_graphite_shape (hb_font_t *font, |
- hb_buffer_t *buffer, |
- const hb_feature_t *features, |
- unsigned int num_features, |
- const char * const *shaper_options); |
+/* TODO add gr_font/face etc getters and other glue API */ |
HB_END_DECLS |