Shrink space used for ligature ids
[framework/uifw/harfbuzz.git] / src / hb-ot-shape.h
index c90e0fe..f9560e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010  Red Hat, Inc.
+ * Copyright © 2010  Red Hat, Inc.
  *
  *  This is part of HarfBuzz, a text shaping library.
  *
@@ -27,6 +27,7 @@
 #ifndef HB_OT_SHAPE_H
 #define HB_OT_SHAPE_H
 
+#include "hb-common.h"
 #include "hb-shape.h"
 
 
@@ -35,10 +36,9 @@ HB_BEGIN_DECLS
 
 void
 hb_ot_shape (hb_font_t          *font,
-            hb_face_t          *face,
             hb_buffer_t        *buffer,
-            const hb_feature_t *user_features,
-            unsigned int        num_user_features);
+            const hb_feature_t *features,
+            unsigned int        num_features);
 
 
 HB_END_DECLS