Shrink space used for ligature ids
[framework/uifw/harfbuzz.git] / src / hb-ot-shape.h
index 1fafb8e..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.
  *
 #ifndef HB_OT_SHAPE_H
 #define HB_OT_SHAPE_H
 
+#include "hb-common.h"
 #include "hb-shape.h"
 
 
 HB_BEGIN_DECLS
 
+
 void
-hb_ot_shape (hb_font_t    *font,
-            hb_face_t    *face,
-            hb_buffer_t  *buffer,
-            hb_feature_t *features,
-            unsigned int  num_features);
+hb_ot_shape (hb_font_t          *font,
+            hb_buffer_t        *buffer,
+            const hb_feature_t *features,
+            unsigned int        num_features);
+
 
 HB_END_DECLS